Share via


StreamEvent Class

Definition

Stream event helpers that do not depend on generic arguments.

public static class StreamEvent
type StreamEvent = class
Public Module StreamEvent
Inheritance
StreamEvent

Fields

InfinitySyncTime

The time value associated with infinity, or a value beyond all other possible concrete time values.

MaxSyncTime

The maximum possible time value processed by the system.

MinSyncTime

The minimum possible time value processed by the system.

Methods

CreateEnd<TPayload>(Int64, Int64, TPayload)

Create an end-edge event.

CreateInterval<TPayload>(Int64, Int64, TPayload)

Create an interval event.

CreatePoint<TPayload>(Int64, TPayload)

Create a point event (an interval event of length one).

CreatePunctuation<TPayload>(Int64)

Create a punctuation event.

CreatePunctuation<TPayload>(StreamEvent<TPayload>, Int64)

Create a punctuation event, given an existing stream event as a template for the type of the event payload.

CreateStart<TPayload>(Int64, TPayload)

Create a start-edge event.

Applies to