AsyncResultT Properties |
The AsyncResultT generic type exposes the following members.
Name | Description | |
---|---|---|
AsyncState |
The user object that is associated with the operation.
| |
AsyncWaitHandle |
A handle that may be used to wait for the operation to complete.
| |
CompletedSynchronously |
Whether the operation completed synchronously.
| |
Exception |
This is an exception thrown by the asynchronous operation, if any. If no exception is thrown, will be null.
| |
IsCompleted |
Whether the operation is complete.
| |
Result |
The result of the operation.
|