Partager via


WaitHandleAsyncResult.WaitHandle Property

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim waitHandleAsyncResult1 As WaitHandleAsyncResult

Dim returnValue As WaitHandle
returnValue = waitHandleAsyncResult1.WaitHandle

Syntax

'Declaration
Protected ReadOnly Property WaitHandle() As WaitHandle
protected WaitHandle WaitHandle {get;}
protected:
property WaitHandle^ WaitHandle {
    WaitHandle^ get();
}
protected WaitHandle get_WaitHandle();
protected function get WaitHandle() : WaitHandle;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

WaitHandleAsyncResult Class
WaitHandleAsyncResult Members
Microsoft.Web.Services3 Namespace