VeriStand .NET API Reference

IWorkspace2.AsyncDisconnectFromSystem Method

Asynchronously disconnects the VeriStand Gateway from all connected targets.

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)
Sub AsyncDisconnectFromSystem ( _
	password As String, _
	undeploy_system_definition As Boolean _
)
C#
void AsyncDisconnectFromSystem(
	string password,
	bool undeploy_system_definition
)
Visual C++
void AsyncDisconnectFromSystem(
	String^ password, 
	bool undeploy_system_definition
)

Parameters

password
Type: System.String
The password for the current connection, if the connection is locked.
undeploy_system_definition
Type: System.Boolean
Specifies whether to undeploy the system definition file before disconnecting. If you set this parameter to false (False in Visual Basic), the target(s) continue to to run the system definition after the VeriStand Gateway disconnects.

See Also

Log in to get a better experience