IsDisposed
- Updated2025-10-14
- 1 minute(s) read
Gets whether the driver session is disposed.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool IsDisposed { get; }
Remarks
true if the session is disposed; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsDisposed property was accessed after the associated NIRfsg object was disposed. |