IDataLogging.NewLogFilesComplete Event
- Updated2023-02-21
- 2 minute(s) read
Callback invoked when a target generates a new log file. Features that perform logging on a target rather than the host, such as DAQ tasks and XNET raw frame data logging, generate this event.
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 NewLogFilesComplete As EventHandler(Of NewLogFilesCompleteEventArgs) |
| C# |
|---|
event EventHandler<NewLogFilesCompleteEventArgs> NewLogFilesComplete |
| Visual C++ |
|---|
event EventHandler<NewLogFilesCompleteEventArgs^>^ NewLogFilesComplete { void add (EventHandler<NewLogFilesCompleteEventArgs^>^ value); void remove (EventHandler<NewLogFilesCompleteEventArgs^>^ value); } |