AdvanceTimeFrequencyType Enumeration

 

Defines when the engine advances application time.

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

Syntax

public enum AdvanceTimeFrequencyType
public enum class AdvanceTimeFrequencyType
type AdvanceTimeFrequencyType
Public Enumeration AdvanceTimeFrequencyType

Members

Member name Description
Duration

The engine advances time based on the application time of the events that have been received from the data source.

EventCount

The engine advances time based on the number of events that have been received from the data source.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top