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
Members
Member name | Description | |
---|---|---|
Adjust | The start time of incoming events is adjusted to the current application time if the event starts before the current application time and end after the current application time. | |
Drop | Incoming events are dropped from the input if they start before the current application time. |
Remarks
For more information, see Advancing Application Time.