CancelableAsyncResult Properties

Include Protected Members
Include Inherited Members

The CancelableAsyncResult type exposes the following members.

Properties

  Name Description
Public property Action Gets the action that the asynchronous call represents.
Public property AsyncState Gets the state of the asynchronous call.
Public property AsyncWaitHandle Gets the asynchronous wait handle.
Public property Callback Gets or sets the asynchronous callback method.
Public property CompletedSynchronously Returns true if the call completed synchronously; otherwise, false.
Public property IsCanceled Returns true if the asynchronous action has been canceled; otherwise, false.
Public property IsCompleted Returns true if the asynchronous action has completed; otherwise, false.

Top

See Also

Reference

CancelableAsyncResult Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace