Click or drag to resize

ConcentratorBaseMaximumPublicationTimeout Property

Gets or sets the maximum frame publication timeout in milliseconds, set to Infinite(-1) to wait indefinitely.

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

Property Value

Int32
Remarks

The concentrator automatically defines a precision timer to provide the heartbeat for frame publication, however if the system gets busy the heartbeat signals can be missed. This property defines a maximum wait timeout before reception of the heartbeat signal to make sure frame publications continue to occur in a timely fashion even when a system is under stress.

This property is automatically defined as 2% more than the number of milliseconds per frame when the FramesPerSecond property is set. Users can override this default value to provide custom behavior for this timeout.

See Also