Method | Description | |
---|---|---|
Add ( System.Guid callbackID, Action |
Adds the specified callback.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ExecutionStatusCallbackDispatcher ( ) : System | ||
Post ( |
Posts the specified message (Asynchronously).
|
|
Post ( System.Guid callbackID, ExecutionStatusCallbackMessageType messageType ) : void |
A wrapper for the Post method which will only post a message if the callbackID isn't empty.
|
|
Remove ( System.Guid callbackID ) : bool |
Removes the specified callback.
|
|
RemoveRange ( IList |
Removes a range of callback IDs range.
|
|
Send ( |
Sends the specified message (Synchronously).
|
public Add ( System.Guid callbackID, Action |
||
callbackID | System.Guid | The callback ID. |
callback | Action |
The callback. |
return | bool |
public ExecutionStatusCallbackDispatcher ( ) : System | ||
return | System |
public Post ( |
||
message | The message. | |
return | void |
public Post ( System.Guid callbackID, ExecutionStatusCallbackMessageType messageType ) : void | ||
callbackID | System.Guid | The callback ID. |
messageType | ExecutionStatusCallbackMessageType | Type of the message. |
return | void |
public Remove ( System.Guid callbackID ) : bool | ||
callbackID | System.Guid | The callback ID. |
return | bool |
public RemoveRange ( IList |
||
callbackID | IList |
The callback ID. |
return | void |
public Send ( |
||
message | The message. | |
return | void |