Closes this Phidget.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public void close()
Visual Basic (Declaration)
Public Sub close
Visual C++
public:
void close()

Remarks

This will shut down all threads dealing with this Phidget and you won't recieve any more events. This should be called before closing your application or things may not shut down cleanly.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened.

See Also