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
The IDeclareEventProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
DeclareEventProperties | Declares additional properties of the result event type. |
Top