Partager via


Méthode CreateInsert

Crée un événement point avec la charge utile spécifiée.

Espace de noms :  Microsoft.ComplexEventProcessing
Assembly :  Microsoft.ComplexEventProcessing (en Microsoft.ComplexEventProcessing.dll)

Syntaxe

public static PointEvent<TPayload> CreateInsert(
    DateTimeOffset startTime,
    TPayload payload
)

Paramètres

  • payload
    Type : TPayload
    Charge utile de l'événement.

Valeur de retour

Type : Microsoft.ComplexEventProcessing. . :: . .PointEvent< (Of < ( <'TPayload> ) > ) >
Événement point.

Voir aussi

Référence

PointEvent< (Of < ( <'TPayload> ) > ) > Classe

Espace de noms Microsoft.ComplexEventProcessing