NIRfsg.IsDisposed Property
- Updated2024-05-08
- 1 minute(s) read
NIRfsgIsDisposed Property
Gets whether the driver session is disposed.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool IsDisposed { get; }
Public ReadOnly Property IsDisposed As Boolean Get
Property Value
Type: Booleanif the session is disposed; otherwise, .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The IsDisposed property was accessed after the associated NIRfsg object was disposed. |