WebClientAsyncResult::AsyncWaitHandle Property

 

Gets a WaitHandle that is used to wait for an asynchronous operation to complete.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

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

Property Value

Type: System.Threading::WaitHandle^

A WaitHandle that is used to wait for an asynchronous operation to complete.

The WaitHandle can be used to perform a WaitOne, WaitAny, or WaitAll to wait for the asynchronous call to complete.

For more details, see AsyncWaitHandle.

.NET Framework
Available since 1.1
Return to top
Show: