EdgeEvent<TPayload>.CreateStart 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(
    DateTimeOffset startTime,
    TPayload payload
)

Parameters

  • payload
    Type: TPayload
    Payload of the event.

Return Value

Type: Microsoft.ComplexEventProcessing.EdgeEvent<TPayload>
The edge start event.

See Also

Reference

EdgeEvent<TPayload> Class

Microsoft.ComplexEventProcessing Namespace