Click or drag to resize

ArchiveFileIsDisposed Property

Gets a flag that indicates whether the object has been disposed.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
Syntax
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IsDisposed { get; }
View Source

Property Value

Boolean

Implements

ISupportLifecycleIsDisposed
See Also