Task.OnDone Method
- 更新时间2023-02-21
- 阅读时长1分钟
Raises the Done event.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.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
| Exception | Condition |
|---|---|
| DaqException | The NI-DAQmx driver returned an error. |