Freigeben über


Create(TPayload)-Methode

Erstellt einen Ausgabeadapter.

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

Syntax

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

Typparameter

  • TPayload
    Der Typ der Nutzlast, die von diesem Adapter erstellt wird.

Parameter

  • configInfo
    Typ: TConfigInfo
    Konfigurationsinformationen für den Adapter.

Rückgabewert

Typ: Microsoft.ComplexEventProcessing.Adapters. . :: . .OutputAdapterBase
Eine Instanz des Ausgabeadapters.

Siehe auch

Verweis

ITypedOutputAdapterFactory< (Of < ( <'TConfigInfo> ) > ) > Schnittstelle

Microsoft.ComplexEventProcessing.Adapters-Namespace