Click or drag to resize

SendableEvent Interface

A wrapper that packages an event up so that it can be sent into the caller-specified runtime. It also provides the scheduling information for this event (send time and schedule slot), so the user can send this event on schedule.

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public interface SendableEvent

The SendableEvent type exposes the following members.

Properties
  NameDescription
Public propertyScheduleSlot
Get the schedule slot for the entity that created this event
Public propertySendTime
Get the send time of this event, relative to all the other events sent or read by the same entity
Top
Methods
  NameDescription
Public methodSend
Send the event into the runtime.
Top
See Also