Click or drag to resize

SendableEventComparator Class

A comparator that orders SendableEvents first on sendTime, and then on schedule slot.
Inheritance Hierarchy
SystemObject
  com.espertech.esperioSendableEventComparator

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

The SendableEventComparator type exposes the following members.

Constructors
  NameDescription
Public methodSendableEventComparator
Initializes a new instance of the SendableEventComparator class
Top
Methods
  NameDescription
Public methodCompare
Top
See Also