This documentation is archived and is not being maintained.

CancelableAsyncResult::AsyncWaitHandle Property

Gets the asynchronous wait handle.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
virtual property WaitHandle^ AsyncWaitHandle {
	WaitHandle^ get () sealed;
}

Property Value

Type: System.Threading::WaitHandle
The asynchronous wait handle.

Implements

IAsyncResult::AsyncWaitHandle

Show: