NI-DAQmx .NET Framework 4.5 API Reference

Timing.Dispose Method

  • 更新时间2023-02-21
  • 阅读时长1分钟
Timing.Dispose Method
Releases the managed and unmanaged resources used by Task or optionally releases only the unmanaged resources.

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

Syntax

protected virtual void Dispose(
	bool A_0
)
Protected Overridable Sub Dispose ( 
	A_0 As Boolean
)

Parameters

A_0
Type: SystemBoolean

Remarks

Refer to Cleaning Up Unmanaged Resources for more information on implementing a Dispose method and using objects that implement IDisposable.

See Also