Share via


StreamEvent.CreateEnd<TPayload>(Int64, Int64, TPayload) Method

Definition

Create an end-edge event.

public static Microsoft.StreamProcessing.StreamEvent<TPayload> CreateEnd<TPayload> (long endTime, long originalStartTime, TPayload payload);
static member CreateEnd : int64 * int64 * 'Payload -> Microsoft.StreamProcessing.StreamEvent<'Payload>
Public Function CreateEnd(Of TPayload) (endTime As Long, originalStartTime As Long, payload As TPayload) As StreamEvent(Of TPayload)

Type Parameters

TPayload

Parameters

endTime
Int64

End timestamp of the event

originalStartTime
Int64

Original start timestamp of the event

payload
TPayload

Payload of the event

Returns

An event instance

Applies to