LibUsbDotNet 2.2.8
AsyncWaitHandle Property
Library ReferenceLibUsbDotNet.MainUsbTransferAsyncWaitHandle
LibUsbDotNet on SourceForge
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)