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.
- eventShape
Type: Microsoft.ComplexEventProcessing.EventShape
Shape of the events that will be received by the adapter.
Return Value
Type: Microsoft.ComplexEventProcessing.Adapters.OutputAdapterBase
An instance of the output adapter.