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>
generic<typename TConfigInfo>
public interface class IDeclareEventProperties
type IDeclareEventProperties<'TConfigInfo> = interface end
Public Interface IDeclareEventProperties(Of TConfigInfo)

Type Parameters

  • TConfigInfo
    Configuration information for the adapter.

Methods

Name Description
System_CAPS_pubmethod DeclareEventProperties(TConfigInfo, EventShape, CepEventType)

Declares the additional properties of the cepEventType given the adapter factory configuration and event shape information.

See Also

Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top