NI-DAQmx .NET Framework 4.5 API Reference

Task.WaitUntilDone Method

  • 更新时间2023-02-21
  • 阅读时长1分钟
Task.WaitUntilDone Method

Overload List

  NameDescription
Public methodWaitUntilDone
Waits for the measurement or generation to complete, regardless of the amount of time needed, and returns if it has completed execution.
Public methodWaitUntilDone(Int32)
Waits for the measurement or generation to complete and returns if it has completed execution before the specified time elapses.
Public methodWaitUntilDone(TimeSpan)
Waits for the measurement or generation to complete and returns if it has completed execution before the specified TimeSpan elapses.
Top

See Also