VeriStand .NET API Reference

IDataLogging.GetAllDataLoggingSessionsNames Method

Returns the session names of all data logging sessions.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function GetAllDataLoggingSessionsNames ( _
	<OutAttribute> ByRef sessionNames As String() _
) As Error
C#
Error GetAllDataLoggingSessionsNames(
	out string[] sessionNames
)
Visual C++
Error^ GetAllDataLoggingSessionsNames(
	[OutAttribute] array<String^>^% sessionNames
)

Parameters

sessionNames
Type: System.String %
Indicates the session names of all data logging sessions.

Return Value

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

See Also