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

'Declaration
Public Interface IDeclareEventProperties(Of TConfigInfo)
'Usage
Dim instance As IDeclareEventProperties(Of TConfigInfo)
public interface IDeclareEventProperties<TConfigInfo>
generic<typename TConfigInfo>
public interface class IDeclareEventProperties
type IDeclareEventProperties<'TConfigInfo> =  interface end
JScript does not support generic types and methods.

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