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
[FlagsAttribute]
public enum class AdvanceTimeSourceType
[<FlagsAttribute>]
type AdvanceTimeSourceType
<FlagsAttribute>
Public Enumeration AdvanceTimeSourceType

Members

Member name Description
Generate

Time is advanced only based on the events received in the input stream.

GenerateAndImport

Time is advanced by both events received in the input stream and by importing application time from another input stream.

Import

Time is advanced by importing application time from another input stream.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top