| ICancellableAsyncResult Properties |
The ICancellableAsyncResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncState | Gets a user-defined object that qualifies or contains information about an asynchronous operation. (Inherited from IAsyncResult.) | |
| AsyncWaitHandle | Gets a WaitHandle that is used to wait for an asynchronous operation to complete. (Inherited from IAsyncResult.) | |
| CanBeCancelled |
Determines whether operation can be cancelled in it's current state.
| |
| CompletedSynchronously | Gets a value that indicates whether the asynchronous operation completed synchronously. (Inherited from IAsyncResult.) | |
| IsCancelled | True if operation has completed but it was cancelled. Otherwise false.
| |
| IsCompleted | Gets a value that indicates whether the asynchronous operation has completed. (Inherited from IAsyncResult.) |