|
SynchronizedSubscriptionInfoAllowPreemptivePublishing Property
|
Gets or sets the flag that determines whether frames should be published
as soon as the data is available. If false, frames will be published
when their timestamp expires (realTime > timestamp + lagTime).
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-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
BooleanSee Also