ITypedOutputAdapterFactory<TConfigInfo>.Create<TPayload> Method

Creates an output adapter.t.

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

Syntax

OutputAdapterBase Create<TPayload>(
    TConfigInfo configInfo,
    EventShape eventShape
)

Type Parameters

  • TPayload
    Type of the payload that is created by this adapter.

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

ITypedOutputAdapterFactory<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace