Handles the tracking and response handling for asynchronous cluster requests. More...
Protected Attributes | |
ManualResetEvent | m_waitHandle |
bool | m_completedSynchronously |
bool | m_isCompleted |
string | m_error |
Properties | |
object | AsyncState [get, set] |
User state object. More... | |
WaitHandle | AsyncWaitHandle [get] |
Wait Handle. More... | |
bool | CompletedSynchronously [get] |
Was the request completed immediately. More... | |
bool | IsCompleted [get] |
Is the request complete. More... | |
string | Error [get] |
Error message. More... | |
ksAsyncResultHandler | OnComplete [get, set] |
Callback to call when the task completes. More... | |
new ksAsyncResultHandler< T > | OnComplete [get, set] |
Callback to call when the task completes. More... | |
T | Result [get] |
Results. More... | |
Handles the tracking and response handling for asynchronous cluster requests.
Handles the tracking and response handling for asynchronous cluster requests that return results.
T |
T | : | class |
|
getset |
User state object.
|
get |
Wait Handle.
|
get |
Was the request completed immediately.
|
get |
Error message.
|
get |
Is the request complete.
|
getset |
Callback to call when the task completes.
|
getset |
Callback to call when the task completes.
|
get |
Results.