EdgeEvent<TPayload>.EndTime Property

Gets or sets the valid end time of the event. This value is ignored if this is a start edge event.

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public DateTimeOffset EndTime { get; set; }

Property Value

Type: System.DateTimeOffset
The end time of the event.

See Also

Reference

EdgeEvent<TPayload> Class

Microsoft.ComplexEventProcessing Namespace