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