AdvanceTimeFrequencyType Enumeration

Defines when the engine advances application time.

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

Syntax

public enum AdvanceTimeFrequencyType

Members

Member name Description
EventCount The engine advances time based on the number of events that have been received from the data source.
Duration The engine advances time based on the application time of the events that have been received from the data source.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace