Freigeben über


CreateInsert(TPayload)-Methode

Erstellt ein Punktereignis mit der angegebenen Nutzlast.

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

Syntax

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

Typparameter

  • TPayload
    Der Typ der Ereignisnutzlast.

Parameter

  • payload
    Typ: TPayload
    Die Nutzlast für das Ereignis.

Rückgabewert

Typ: Microsoft.ComplexEventProcessing. . :: . .PointEvent< (Of < ( <'TPayload> ) > ) >
Das Punktereignis.

Siehe auch

Verweis

PointEvent Klasse

Microsoft.ComplexEventProcessing-Namespace