NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task.OnEveryNSamplesWritten Method

Task.OnEveryNSamplesWritten Method

TaskOnEveryNSamplesWritten Method

Raises the EveryNSamplesWritten event.

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

Syntax

protected virtual void OnEveryNSamplesWritten(
	EveryNSamplesWrittenEventArgs e
)
Protected Overridable Sub OnEveryNSamplesWritten ( 
	e As EveryNSamplesWrittenEventArgs
)

Parameters

e
Type: NationalInstruments.DAQmxEveryNSamplesWrittenEventArgs
An EveryNSamplesWrittenEventArgs that contains the event data.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?