Device.Dispose Method (Boolean)
- Updated2023-02-21
- 1 minute(s) read
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.