SyncResultT Properties |
The SyncResultT generic type exposes the following members.
Name | Description | |
---|---|---|
AsyncState |
User object that is associated with the operation.
| |
AsyncWaitHandle |
A handle that may be used to wait for the operation to complete. The handle is set
to signaled immediately.
| |
CompletedSynchronously |
Whether the operation completed synchronously. Always true.
| |
IsCompleted |
Whether the operation is complete. Always true.
| |
Result |
The result of the operation.
|