Closes this Dictionary.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public void close() | 
| Visual Basic (Declaration) | 
|---|
| Public Sub close | 
| Visual C++ | 
|---|
| public: void close() | 
 Remarks
Remarks
            This will shut down all threads dealing with this Dictionary and you won't recieve any more events.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | if this Dictionary was not opened. |