EventKind Enumeration

 

Enumerates the valid kinds of events.

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

Syntax

public enum EventKind
public enum class EventKind
type EventKind
Public Enumeration EventKind

Members

Member name Description
Cti

Represents a current time increment (CTI) event.

Insert

Represents an Insert event.

Remarks

For more information about event kinds and event types, see NIB StreamInsight Server Concepts.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top