Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
SampleQueueController ( ) : System | ||
WriteMessage ( |
Writes out a message to the SignalR hub
|
|
WriteMessage ( string message ) : void |
Writes out a message to the SignalR hub
|
Метод | Описание | |
---|---|---|
ExecuteSteps ( |
||
OnError ( |
||
OnExecuteComplete ( |
||
OnExecuteFailed ( |
||
OnExecuteStart ( |
||
OnStartProcessing ( ) : bool | ||
OnStopProcessing ( ) : bool |
Метод | Описание | |
---|---|---|
PrintImage ( ) : bool |
protected ExecuteSteps ( |
||
manager | ||
Результат | void |
protected OnError ( |
||
manager | ||
message | string | |
Результат | void |
protected OnExecuteComplete ( |
||
manager | ||
Результат | void |
protected OnExecuteFailed ( |
||
manager | ||
ex | ||
Результат | void |
protected OnExecuteStart ( |
||
manager | ||
Результат | void |
public WriteMessage ( |
||
queueItem | ||
elapsed | int | |
waiting | int | |
Результат | void |
public WriteMessage ( string message ) : void | ||
message | string | |
Результат | void |