Closes this Dictionary.

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 Dictionary and you won't recieve any more events.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionif this Dictionary was not opened.

See Also