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
- startTime
Type : System. . :: . .DateTimeOffset
Horodateur de l'événement point.
- payload
Type : TPayload
Charge utile de l'événement.
Valeur de retour
Type : Microsoft.ComplexEventProcessing. . :: . .PointEvent< (Of < ( <'TPayload> ) > ) >
Événement point.