ITypedDeclareEventProperties<TConfigInfo> Interface

Optional interface to be implemented by a typed 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 ITypedDeclareEventProperties<TConfigInfo>

Type Parameters

  • TConfigInfo
    Type of configuration information for the adapter.

The ITypedDeclareEventProperties<TConfigInfo> type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.ComplexEventProcessing.Adapters Namespace