IOutputAdapterFactory<TConfigInfo>.Create Method

Creates an output adapter.

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

Syntax

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

Parameters

  • configInfo
    Type: TConfigInfo
    Configuration information for the adapter.

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase
An instance of the output adapter.

See Also

Reference

IOutputAdapterFactory<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace