VeriStand .NET API Reference

Factory.GetAllDeployedSessions Method (String)

Gets a list of session IDs for all currently deployed sessions.

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)
Public Function GetAllDeployedSessions ( _
	gateway_ip_address As String _
) As String()
C#
public string[] GetAllDeployedSessions(
	string gateway_ip_address
)
Visual C++
public:
array<String^>^ GetAllDeployedSessions(
	String^ gateway_ip_address
)

Parameters

gateway_ip_address
Type: System.String
The IP address of the VeriStand Gateway.

Return Value

Returns an array of strings indicating the session IDs.

See Also

Log in to get a better experience