De-initializes the USB driver.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void Exit()
Public Shared Sub Exit
public: static void Exit()
Remarks
If this method is not called before the application exits, it can cause it to hang indefinitely.
Calling this method multiple times will have no effect.