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
- startTime
Typ: System. . :: . .DateTimeOffset
Die Startzeit des Intervallereignisses.
- endTime
Typ: System. . :: . .DateTimeOffset
Die Endzeit des Intervallereignisses.
- payload
Typ: TPayload
Die Nutzlast für das Ereignis.
Rückgabewert
Typ: Microsoft.ComplexEventProcessing. . :: . .IntervalEvent< (Of < ( <'TPayload> ) > ) >
Das Intervallereignis.