SampleCompleteEventArgs Class
- Updated2026-02-03
- 1 minute(s) read
Provides data for the SampleComplete event.
Derives from
- EventArgs
- ISerializable
Syntax
Namespace: NationalInstruments.DAQmx
public class SampleCompleteEventArgs : EventArgs, ISerializable
Remarks
Note
Example applications are located in the <Public Documents>\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National Instruments»NI-DAQmx»NI-DAQmx Examples.
Thread Safety
All members of this type are safe for multithreaded operations.
Constructors
| Name | Description |
|---|---|
| SampleCompleteEventArgs() | Initializes a new instance of the SampleCompleteEventArgs class. |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Sets the SerializationInfo object with information about the exception. |