ITypedInputAdapterFactory<TConfigInfo>.Create<TPayload> Method

This interface must be implemented by factory classes that produce typed input adapters.

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

Syntax

InputAdapterBase 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.InputAdapterBase
An instance of the input adapter.

See Also

Reference

ITypedInputAdapterFactory<TConfigInfo> Interface

Microsoft.ComplexEventProcessing.Adapters Namespace