NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task.OnSampleComplete Method

Task.OnSampleComplete Method

TaskOnSampleComplete Method

Raises the SampleComplete event.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

protected virtual void OnSampleComplete(
	SampleCompleteEventArgs e
)
Protected Overridable Sub OnSampleComplete ( 
	e As SampleCompleteEventArgs
)

Parameters

e
Type: NationalInstruments.DAQmxSampleCompleteEventArgs
A SampleCompleteEventArgs that contains the event data.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?