AdvanceTimeSettings.StrictlyIncreasingStartTime Property
Gets AdvanceTimeSettings that cause a CTI to be inserted after every event with a timestamp that is one tick later than the timestamp of the event.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static AdvanceTimeSettings StrictlyIncreasingStartTime { get; }
Property Value
Type: Microsoft.ComplexEventProcessing.AdvanceTimeSettings
Returns AdvanceTimeSettings.
Remarks
The StrictlyIncreasingStartTime helper returns AdvanceTimeSettings with the following characteristics:
generationSettings contains AdvanceTimeGenerationSettings with the following characteristics:
eventCount is 1. For more information, see EventCount.
delay is -1 ticks. For more information, see Delay.
advanceToInfinityOnShutdown is true. For more information, see AdvanceToInfinityOnShutdown.
importSettings is null. For more information, see AdvanceTimeImportSettings.
policy is Drop.
For more information on the effect of delay, see the section “Result Liveliness” in Advancing Application Time.