Freigeben über


CreateInsert-Methode

Erstellt ein Intervallereignis mit der angegebenen Nutzlast.

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

Syntax

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

Parameter

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

Rückgabewert

Typ: Microsoft.ComplexEventProcessing. . :: . .IntervalEvent< (Of < ( <'TPayload> ) > ) >
Das Intervallereignis.

Siehe auch

Verweis

IntervalEvent< (Of < ( <'TPayload> ) > ) > Klasse

Microsoft.ComplexEventProcessing-Namespace