'Declaration
Sub Process( _ ByVal context As IUserInterfaceContext, _ ByVal commandName As String, _ ByVal messages As IList(Of ILogMessage) _ )
void Process( IUserInterfaceContext context, string commandName, IList<ILogMessage> messages )
Parameters
- context
- The User Interface context that is hosting the command
- commandName
- The command that was requested.
- messages
- The selected messages to be processed.