Application.EventTypes Property

Gets the collection of event types defined in the application.

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

Syntax

public IDictionary<string, CepEventType> EventTypes { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, CepEventType>
The collection of event types defined in the application.

See Also

Reference

Application Class

Microsoft.ComplexEventProcessing Namespace