NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Device.Dispose Method (Boolean)

Device.Dispose Method (Boolean)

DeviceDispose Method (Boolean)

Releases the managed and unmanaged resources used by Device 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

In This Section
Was this information helpful?