Click or drag to resize

AbstractSendableEvent Constructor

Ctor.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
protected AbstractSendableEvent(
	long timestamp,
	long scheduleSlot
)

Parameters

timestamp
Type: SystemInt64
to send
scheduleSlot
Type: SystemInt64
the schedule slot assigned by scheduling service
See Also