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