Shuts down the connection to the QUARC Target.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub Shutdown | 
| C# | 
|---|
| public void Shutdown() | 
| Visual C++ | 
|---|
| public: void Shutdown() | 
| JavaScript | 
|---|
| function shutdown(); | 
 Remarks
Remarks
After this method is called, the Target instance should be disposed and no longer used. Any pending operations involve the Target instance will be interrupted.
 
     
     
     
     
    