Release the lock previously acquired with libusb_try_lock_events or libusb_lock_events.

C# | Visual Basic | Visual C++ |
public static void UnlockEvents( MonoUsbSessionHandle sessionHandle )
Public Shared Sub UnlockEvents ( _ sessionHandle As MonoUsbSessionHandle _ )
public: static void UnlockEvents( [InAttribute] MonoUsbSessionHandle^ sessionHandle )

- sessionHandle (MonoUsbSessionHandle)
- A valid MonoUsbSessionHandle.

Releasing this lock will wake up any threads blocked on libusb_wait_for_event.
