This documentation is archived and is not being maintained.
WebClientAsyncResult.AsyncWaitHandle Property
.NET Framework 1.1
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
[Visual Basic] Public Overridable ReadOnly Property AsyncWaitHandle As WaitHandle _ Implements IAsyncResult.AsyncWaitHandle [C#] public virtual WaitHandle AsyncWaitHandle {get;} [C++] public: __property virtual WaitHandle* get_AsyncWaitHandle(); [JScript] public function get AsyncWaitHandle() : WaitHandle;
Property Value
A WaitHandle that is used to wait for an asynchronous operation to complete.
Implements
Remarks
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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
WebClientAsyncResult Class | WebClientAsyncResult Members | System.Web.Services.Protocols Namespace | AsyncWaitHandle
Show: