IDeclareEventProperties Interface

 

Defines properties for user defined operators or aggregates to provide additional information about the event field, such as the culture information for a string field in the result.

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

Syntax

public interface IDeclareEventProperties
public interface class IDeclareEventProperties
type IDeclareEventProperties = interface end
Public Interface IDeclareEventProperties

Methods

Name Description
System_CAPS_pubmethod DeclareEventProperties(CepEventType)

Declares additional properties of the result event type.

See Also

Microsoft.ComplexEventProcessing.Extensibility Namespace

Return to top