|
AdapterBaseEnabled Property
|
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
function get_Enabled();
function set_Enabled(value);
View SourceProperty Value
BooleanImplements
ISupportLifecycleEnabled
Remarks
Base class simply starts or stops
AdapterBase based on flag value. Derived classes should
extend this if needed to enable or disable operational state of the adapter based on flag value.
See Also