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
- name
Typ: System. . :: . .String
Der Name für das Ausgabeadapterobjekt in Metadaten.
- description
Typ: System. . :: . .String
Die Beschreibung für das Ausgabeadapterobjekt in Metadaten.
Rückgabewert
Typ: Microsoft.ComplexEventProcessing. . :: . .OutputAdapter
Das neue Ausgabeadapterobjekt.