NI-DAQmx .NET Framework 4.0 API Reference

Task.OnDone Method

  • Updated2023-02-21
  • 1 minute(s) read
Task.OnDone Method
Raises the Done event.

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

Syntax

protected virtual void OnDone(
	TaskDoneEventArgs e
)
Protected Overridable Sub OnDone ( 
	e As TaskDoneEventArgs
)

Parameters

e
Type: NationalInstruments.DAQmxTaskDoneEventArgs
A TaskDoneEventArgs that contains the event data.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience