Closes this Dictionary.
Namespace:
PhidgetsAssembly: 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
| Exception | Condition |
|---|---|
| Phidgets..::.PhidgetException | if this Dictionary was not opened. |