| AsyncResultT Properties |
The AsyncResultT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncState | ||
| AsyncWaitHandle | ||
| CanBeCancelled | ||
| CompletedSynchronously | ||
| Exception |
Exception which was raised by async operation.
| |
| IsCancelled | ||
| IsCompleted | ||
| Result |
Result of async opperation.
|