Click or drag to resize

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.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool AllowPreemptivePublishing { get; set; }
View Source

Property Value

Boolean
See Also