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

C# | Visual Basic | Visual C++ |
public WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle Get
public: virtual property WaitHandle^ AsyncWaitHandle { WaitHandle^ get () sealed; }

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)