Click or drag to resize

IAdapterInitialized Property

Gets or sets flag indicating if the adapter has been initialized successfully.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
bool Initialized { get; set; }

Property Value

Boolean
Remarks
Implementers only need to track this value.
See Also