SampleCompleteEventArgs Class
- Updated2023-02-21
- 2 minute(s) read
SampleCompleteEventArgs Class
Provides data for the SampleComplete event.
Inheritance Hierarchy
SystemObject
SystemEventArgs
NationalInstruments.DAQmxSampleCompleteEventArgs
SystemEventArgs
NationalInstruments.DAQmxSampleCompleteEventArgs
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[SerializableAttribute] public class SampleCompleteEventArgs : EventArgs, ISerializable
<SerializableAttribute> Public Class SampleCompleteEventArgs Inherits EventArgs Implements ISerializable
The SampleCompleteEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Sets the SerializationInfo object with information about the exception. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
![]() |
---|
Example applications are located in the Public Documents\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National InstrumentsNI-DAQmxNI-DAQmx Examples. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.