IDataLogging.DataLoggingSessionStop Event
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Callback invoked when a data logging session stops.
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) |
|---|
Event DataLoggingSessionStop As EventHandler(Of DataLoggingSessionStopEventArgs) |
| C# |
|---|
event EventHandler<DataLoggingSessionStopEventArgs> DataLoggingSessionStop |
| Visual C++ |
|---|
event EventHandler<DataLoggingSessionStopEventArgs^>^ DataLoggingSessionStop { void add (EventHandler<DataLoggingSessionStopEventArgs^>^ value); void remove (EventHandler<DataLoggingSessionStopEventArgs^>^ value); } |