IOutputAdapterFactory<TConfigInfo>.Create Method (TConfigInfo, EventShape, CepEventType)

 

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
)
OutputAdapterBase^ Create(
    TConfigInfo configInfo,
    EventShape eventShape,
    CepEventType^ cepEventType
)
abstract Create : 
        configInfo:'TConfigInfo *
        eventShape:EventShape *
        cepEventType:CepEventType -> OutputAdapterBase
Function Create (
    configInfo As TConfigInfo,
    eventShape As EventShape,
    cepEventType As CepEventType
) As OutputAdapterBase

Parameters

  • configInfo
    Type: TConfigInfo

    Configuration information for the adapter.

Return Value

Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase

An instance of the output adapter.

Type Parameters

  • TConfigInfo
    Type of configuration information that is used to create the adapter.

Remarks

 

See Also

IOutputAdapterFactory<TConfigInfo> Interface
Microsoft.ComplexEventProcessing.Adapters Namespace

Return to top