|
IAdapterInitialized Property
|
Gets or sets flag indicating if the adapter has been initialized successfully.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax bool Initialized { get; set; }
Property Initialized As Boolean
Get
Set
property bool Initialized {
bool get ();
void set (bool value);
}
abstract Initialized : bool with get, set
function get_Initialized();
function set_Initialized(value);
Property Value
BooleanRemarks
Implementers only need to track this value.
See Also