Shuts down the Phidget Manager.

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 method should be called to close down the Phidget Manager. Events will no longer be recieved. This method gets called automatically when the class is destroyed, but it's still a good idea to call it explicitely.

Exceptions

See Also