This documentation is archived and is not being maintained.
ICancelableAsyncResult Interface
Visual Studio 2013
Represents the state of a cancelable asynchronous operation.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The ICancelableAsyncResult 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.) |
![]() | CompletedSynchronously | Gets a value that indicates whether the asynchronous operation completed synchronously. (Inherited from IAsyncResult.) |
![]() | IsCanceled | Gets the status of the cancellation. |
![]() | IsCompleted | Gets a value that indicates whether the asynchronous operation has completed. (Inherited from IAsyncResult.) |
Show:
