CreateInputAdapter(TInputAdapterFactory)-Methode
Erstellt auf Grundlage einer Adapterfactoryklasse ein CEP-Eingabeadapterobjekt.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public InputAdapter CreateInputAdapter<TInputAdapterFactory>(
string name,
string description
)
Typparameter
- TInputAdapterFactory
Die Eingabeadapter-Factoryklasse, die den Adapter instanziiert.
Parameter
- name
Typ: System. . :: . .String
Der Name für das Eingabeadapterobjekt in Metadaten.
- description
Typ: System. . :: . .String
Die Beschreibung für das Eingabeadapterobjekt in Metadaten.
Rückgabewert
Typ: Microsoft.ComplexEventProcessing. . :: . .InputAdapter
Das neue Eingabeadapterobjekt.