IDeclareEventProperties(TConfigInfo)-Schnittstelle

Eine optionale Schnittstelle, die von einer Eingabeadapterfactory implementiert wird, um zusätzliche Informationen, z. B. die Kultur eines Zeichenfolgenfelds, für das Ereignisfeld bereitzustellen.

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

Syntax

public interface IDeclareEventProperties<TConfigInfo>

Typparameter

  • TConfigInfo
    Konfigurationsinformationen für den Adapter.

Der IDeclareEventProperties<(Of <(<'TConfigInfo>)>)>-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode DeclareEventProperties Deklariert bei Angabe von Adapterfactorykonfiguration und Ereignisforminformationen die zusätzlichen cepEventType-Eigenschaften.

Zum Anfang

Siehe auch

Verweis

Microsoft.ComplexEventProcessing.Adapters-Namespace