AdvanceTimePolicy Enumeration

 

Defines the different policies for how the engine can handle input events that would violate the current application time.

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

Syntax

public enum AdvanceTimePolicy
public enum class AdvanceTimePolicy
type AdvanceTimePolicy
Public Enumeration AdvanceTimePolicy

Members

Member name Description
Adjust

Interval and start edge events that overlap with the current application time will be adjusted to a start time at the current application time. Point and end edge events with a time before the current application time are dropped.

Drop

Incoming events are dropped from the input if they start before the current application time.

Remarks

For more information, see Advancing Application Time.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top