Click or drag to resize

SendableMapEvent Class

An implementation of SendableEvent that wraps a Map event for sending into the runtime.
Inheritance Hierarchy

Namespace:  com.espertech.esperio
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class SendableMapEvent : AbstractSendableEvent

The SendableMapEvent type exposes the following members.

Constructors
  NameDescription
Public methodSendableMapEvent
Initializes a new instance of the SendableMapEvent class
Top
Properties
  NameDescription
Public propertyScheduleSlot (Inherited from AbstractSendableEvent.)
Public propertySendTime (Inherited from AbstractSendableEvent.)
Top
Methods
  NameDescription
Public methodSend
Send the event into the runtime.
(Overrides AbstractSendableEventSend(AbstractSender).)
Public methodToString
Returns a String that represents the current Object.
Top
See Also