Share via


BaseAsyncResult.AsyncWaitHandle Property

Gets the wait handle to signal when the async operation is done.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AsyncWaitHandle As WaitHandle
'Usage
Dim instance As BaseAsyncResult 
Dim value As WaitHandle 

value = instance.AsyncWaitHandle
public WaitHandle AsyncWaitHandle { get; }
public:
virtual property WaitHandle^ AsyncWaitHandle {
    WaitHandle^ get () sealed;
}
public final function get AsyncWaitHandle () : WaitHandle

Property Value

Type: System.Threading.WaitHandle

Implements

IAsyncResult.AsyncWaitHandle

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

BaseAsyncResult Members

Microsoft.TeamFoundation.Common Namespace