IDeclareEventProperties<TConfigInfo> Interface

Optional interface to be implemented by input adapter factory to provide additional information for the event field, such as the culture of a string field.

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

Syntax

public interface IDeclareEventProperties<TConfigInfo>

Type Parameters

  • TConfigInfo
    Configuration information for the adapter.

The IDeclareEventProperties<TConfigInfo> type exposes the following members.

Methods

  Name Description
Public method DeclareEventProperties Declares the additional properties of the cepEventType given the adapter factory configuration and event shape information.

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace