Property | Type | Description | |
---|---|---|---|
Controllers | List |
Method | Description | |
---|---|---|
Initialize ( |
Loads configuration settings from configuration file and loads up the Controllers list.
|
|
PauseProcessing ( bool pause = true ) : void | ||
QueueControllerMultiple ( ) : System | ||
QueueControllerMultiple ( IEnumerable |
Pass in a list of controllers and their configuration to start all of the controllers processing simultaneously
|
|
StartProcessingAsync ( ) : void |
Starts all of the controllers processing requests on a sepearate thread
|
|
StopProcessing ( ) : void |
Stops all queue requests from processing and ends the thread holding the queue controllers.
|
public Initialize ( |
||
configuration | ||
managerType | ||
return | void |
public PauseProcessing ( bool pause = true ) : void | ||
pause | bool | |
return | void |
public QueueControllerMultiple ( IEnumerable |
||
controllers | IEnumerable |
List of pre-configured controllers |
connectionString | string | |
return | System |