Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle Get
public: virtual property WaitHandle^ AsyncWaitHandle { WaitHandle^ get () sealed; }
Return Value
A WaitHandle that is used to wait for an asynchronous operation to complete.