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

  • payload
    Type: TPayload
    Payload of the event.

Return Value

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

See Also

Reference

EdgeEvent Class

Microsoft.ComplexEventProcessing Namespace