|
ConcentratorBaseAllowPreemptivePublishing Property
|
Gets or sets flag that allows system to preemptively publish frames assuming all
ExpectedMeasurements have arrived.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax public bool AllowPreemptivePublishing { get; set; }
Public Property AllowPreemptivePublishing As Boolean
Get
Set
public:
property bool AllowPreemptivePublishing {
bool get ();
void set (bool value);
}
member AllowPreemptivePublishing : bool with get, set
function get_AllowPreemptivePublishing();
function set_AllowPreemptivePublishing(value);
View SourceProperty Value
BooleanRemarks See Also