'Declaration
Sub Process( _ ByVal controller As IUserInterfaceContext, _ ByVal commandName As String, _ ByVal sessionSummaries As IList(Of ISessionSummary) _ )
void Process( IUserInterfaceContext controller, string commandName, IList<ISessionSummary> sessionSummaries )
Parameters
- controller
- The User Interface Controller for the current process
- commandName
- The command that was requested.
- sessionSummaries
- Summaries of the selected sessions.