NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

SavedTaskInfo.Dispose Method (Boolean)

  • Updated2023-02-21
  • 1 minute(s) read
SavedTaskInfo.Dispose Method (Boolean)
Releases the managed and unmanaged resources used by SavedTaskInfo or optionally releases only the unmanaged resources.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.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

Log in to get a better experience