NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AsyncResult.AsyncWaitHandle

Delegates to the AsyncWaitHandle method of the inner async result object.

[Visual Basic]
Overridable Public ReadOnly Property AsyncWaitHandle As WaitHandle
[C#]
public WaitHandle AsyncWaitHandle {virtual get;}
[C++]
public: __property virtual WaitHandle* get_AsyncWaitHandle();
[JScript]
public function get AsyncWaitHandle() : WaitHandle;

See Also

AsyncResult Class | AsyncResult Members | System.Web.Services.Protocols Namespace