VeriStand .NET API Reference

IProject.Disconnect Method

Disconnects an NI VeriStand project from the target. This method does not stop execution of the system definition file on the target. If you want to stop execution, use Undeploy.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function Disconnect As Error
C#
Error Disconnect()
Visual C++
Error^ Disconnect()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience