AdvanceTimeGenerationSettings.Delay Property
Gets the time span that defines the timestamp of the generated CTIs as a delay of time T with respect to the last received event. A positive value implements a grace period to allow for out of order events. Smaller values reduce latency.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public TimeSpan Delay { get; }
Property Value
Type: System.TimeSpan
The time span that defines the timestamp of the generated CTI.