BaseAsyncResult.AsyncWaitHandle Property

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

Syntax

‘선언
Public ReadOnly Property AsyncWaitHandle As WaitHandle
    Get
public WaitHandle AsyncWaitHandle { get; }
public:
virtual property WaitHandle^ AsyncWaitHandle {
    WaitHandle^ get () sealed;
}
abstract AsyncWaitHandle : WaitHandle
override AsyncWaitHandle : WaitHandle
final function get AsyncWaitHandle () : WaitHandle

Property Value

Type: System.Threading.WaitHandle

Implements

IAsyncResult.AsyncWaitHandle

.NET Framework Security

See Also

Reference

BaseAsyncResult Class

Microsoft.TeamFoundation.Common Namespace