C-DEngine 5.105

TheHistoryParameters..::..CooldownPeriod Property

Timespan to wait before declaring a sampling windows as closed. This let's callers trade off latency for correct sampling in case of delays from external sources. The cooldown period is started when the first value for a sampling window is received, even if the the timestamp of that value is far in the past or in the future; this allows for clock drift between systems or processing of historical data.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TimeSpan CooldownPeriod { get; set; }
Public Property CooldownPeriod As TimeSpan
	Get
	Set
public:
property TimeSpan^ CooldownPeriod {
	TimeSpan^ get ();
	void set (TimeSpan^ value);
}