Click or drag to resize

ConcentratorBaseEnabled Property

Gets or sets the current enabled state of concentrator.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool Enabled { get; set; }
View Source

Return Value

Boolean
Current enabled state of concentrator
Remarks
Concentrator must be started by calling Start method or setting Enabled = true) before concentration will begin.
See Also