EdgeType Enumeration

 

Enumerates the valid edge types.

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

Syntax

public enum EdgeType
public enum class EdgeType
type EdgeType
Public Enumeration EdgeType

Members

Member name Description
End

Represents an End edge event.

Start

Represents a Start edge event.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top