IDataLogging.GetDataLoggingSessionState Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Returns the state of the data logging session.
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function GetDataLoggingSessionState ( _ sessionName As String, _ <OutAttribute> ByRef state As DataLoggingSessionState _ ) As Error |
| C# |
|---|
Error GetDataLoggingSessionState( string sessionName, out DataLoggingSessionState state ) |
| Visual C++ |
|---|
Error^ GetDataLoggingSessionState( String^ sessionName, [OutAttribute] DataLoggingSessionState% state ) |
Parameters
- sessionName
- Type: System.String
Specifies the unique name of the data logging session.
- state
- Type:
NationalInstruments.VeriStand.ClientAPI.Logging.DataLoggingSessionState
%
Indicates the state of the data logging session.