|   | ConcentratorBaseAllowPreemptivePublishing Property | 
        
        
            Gets or sets flag that allows system to preemptively publish frames assuming all 
ExpectedMeasurements have arrived.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Boolean Remarks
Remarks See Also
See Also