IInputAdapterFactory<TConfigInfo>.Create Method

Creates an input adapter.

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

Syntax

InputAdapterBase Create(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType cepEventType
)

Parameters

  • configInfo
    Type: TConfigInfo
    Configuration information for the adapter.

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.InputAdapterBase
An instance of the input adapter.

See Also

Reference

IInputAdapterFactory<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace