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

  • payload
    Type: TPayload
    Payload of the event.

Return Value

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

See Also

Reference

EdgeEvent Class

Microsoft.ComplexEventProcessing Namespace