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

Rückgabewert

Typ: Microsoft.ComplexEventProcessing. . :: . .InputAdapter
Das neue Eingabeadapterobjekt.

Siehe auch

Verweis

Application Klasse

Microsoft.ComplexEventProcessing-Namespace