Method | Description | |
---|---|---|
CommanderManager ( System.ComponentModel.Composition.Hosting.ExportProvider container, |
||
GetCommanderSectionWindow ( ) : CommanderSectionWindow | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
AsynchronousOnCommanderStartedEventRaised ( object state ) : void | ||
AsynchronousOnCommanderStoppedEventRaised ( object state ) : void | ||
OnCommanderStartedEvent ( CommanderStartedEventArgs e ) : void |
Template method to add default behaviour for the event
|
|
OnCommanderStoppedEvent ( CommanderStoppedEventArgs e ) : void |
Template method to add default behaviour for the event
|
|
RaiseAsynchronousOnCommanderStartedEvent ( CommanderStartedEventArgs e ) : void |
Will raise the event on the calling thread asynchronously. i.e. it will immediatly continue processing even though event handlers have not processed the event yet.
|
|
RaiseAsynchronousOnCommanderStoppedEvent ( CommanderStoppedEventArgs e ) : void |
Will raise the event on the calling thread asynchronously. i.e. it will immediatly continue processing even though event handlers have not processed the event yet.
|
|
RaiseCrossThreadOnCommanderStartedEvent ( CommanderStartedEventArgs e ) : void |
Will raise the event on the calling thread synchronously. i.e. it will wait until all event handlers have processed the event.
|
|
RaiseCrossThreadOnCommanderStoppedEvent ( CommanderStoppedEventArgs e ) : void |
Will raise the event on the calling thread synchronously. i.e. it will wait until all event handlers have processed the event.
|
|
RaiseOnCommanderStartedEvent ( CommanderStartedEventArgs e ) : void |
Will raise the event on the current thread synchronously. i.e. it will wait until all event handlers have processed the event.
|
|
RaiseOnCommanderStoppedEvent ( CommanderStoppedEventArgs e ) : void |
Will raise the event on the current thread synchronously. i.e. it will wait until all event handlers have processed the event.
|
|
TheStartup ( object o ) : void |
public CommanderManager ( System.ComponentModel.Composition.Hosting.ExportProvider container, |
||
container | System.ComponentModel.Composition.Hosting.ExportProvider | |
appSettings | ||
commanderSettings | ||
enhancedFileSystemWatcherFactory | IEnhancedFileSystemWatcherFactory | |
return | System |
public GetCommanderSectionWindow ( ) : CommanderSectionWindow | ||
return | CommanderSectionWindow |