CancelableAsyncResult Class
Visual Studio 2012
Class that is used to access the state of the asynchronous operation or to cancel the result.
Namespace:
Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
The CancelableAsyncResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Action | Gets the action that the asynchronous call represents. |
![]() | AsyncState | Gets the state of the asynchronous call. |
![]() | AsyncWaitHandle | Gets the asynchronous wait handle. |
![]() | Callback | Gets or sets the asynchronous callback method. |
![]() | CompletedSynchronously | Returns true if the call completed synchronously; otherwise, false. |
![]() | IsCanceled | Returns true if the asynchronous action has been canceled; otherwise, false. |
![]() | IsCompleted | Returns true if the asynchronous action has completed; otherwise, false. |
| Name | Description | |
|---|---|---|
![]() | BeginAsync | Starts the asynchronous task. |
![]() | Cancel | Cancels the asynchronous action. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |


