ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

NIRfsg.IsDisposed Property

NIRfsg.IsDisposed Property

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: Boolean
if the session is disposed; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The IsDisposed property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?