EdgeEvent.CreateEnd<TPayload> Method
Creates an edge end event with the specified payload.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public static EdgeEvent<TPayload> CreateEnd<TPayload>(
DateTimeOffset startTime,
DateTimeOffset endTime,
TPayload payload
)
Type Parameters
- TPayload
Type of the event payload.
Parameters
- startTime
Type: System.DateTimeOffset
Start time of the edge event.
- endTime
Type: System.DateTimeOffset
End time of the edge event.
- payload
Type: TPayload
Payload of the event.
Return Value
Type: Microsoft.ComplexEventProcessing.EdgeEvent<TPayload>
The edge end event.