CreateOutputAdapter(TOutputAdapterFactory)-Methode

Erstellt auf Grundlage einer Adapterfactoryklasse ein CEP-Ausgabeadapterobjekt.

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

Syntax

public OutputAdapter CreateOutputAdapter<TOutputAdapterFactory>(
    string name,
    string description
)

Typparameter

  • TOutputAdapterFactory
    Die Ausgabeadapter-Factoryklasse, die den Adapter instanziiert.

Parameter

Rückgabewert

Typ: Microsoft.ComplexEventProcessing. . :: . .OutputAdapter
Das neue Ausgabeadapterobjekt.

Siehe auch

Verweis

Application Klasse

Microsoft.ComplexEventProcessing-Namespace