Shuts down the connection to the QUARC Target.

Namespace:  Quanser.Targets
Assembly:  Quanser.Targets (in Quanser.Targets.dll)

Syntax

Visual Basic (Declaration)
Public Sub Shutdown
C#
public void Shutdown()
Visual C++
public:
void Shutdown()
JavaScript
function shutdown();

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.

See Also