VeriStand .NET API Reference

IDataLogging.DataLoggingSessionStop Event

Callback invoked when a data logging session stops.

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)
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);
}

See Also

Log in to get a better experience