AdvanceTimeSourceType Enumeration

Defines the options for how application time can be advanced on an input stream.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

[FlagsAttribute]
public enum AdvanceTimeSourceType

Members

Member name Description
Generate Time is advanced only based on the events received in the input stream.
Import Time is advanced by importing application time from another input stream.
GenerateAndImport Time is advanced by both events received in the input stream and by importing application time from another input stream.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace