AdvanceTimeSettings.IncreasingStartTime Property

 

Gets AdvanceTimeSettings that cause a CTI to be inserted after every event with a delay of zero.

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public static AdvanceTimeSettings IncreasingStartTime { get; }
public:
property AdvanceTimeSettings^ IncreasingStartTime {
    static AdvanceTimeSettings^ get();
}
static member IncreasingStartTime : AdvanceTimeSettings with get
Public Shared ReadOnly Property IncreasingStartTime As AdvanceTimeSettings

Property Value

Type: Microsoft.ComplexEventProcessing.AdvanceTimeSettings

Returns AdvanceTimeSettings.

Remarks

The IncreasingStartTime helper returns AdvanceTimeSettings with the following characteristics:

For more information on the effect of delay, see the section “Result Liveliness” in Advancing Application Time.

See Also

AdvanceTimeSettings Class
Microsoft.ComplexEventProcessing Namespace

Return to top