Click or drag to resize

UpdateEventArgs Class

[Missing <summary> documentation for "T:com.espertech.esper.runtime.client.UpdateEventArgs"]

Inheritance Hierarchy
SystemEventArgs
  com.espertech.esper.runtime.clientUpdateEventArgs

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class UpdateEventArgs : EventArgs

The UpdateEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyNewEvents
Gets the new events. This will be null or empty if the Update is for old events only.
Public propertyOldEvents
Gets the old events. This will be null or empty if the Update is for new events only.
Public propertyRuntime
Gets the runtime.
Public propertyStatement
Gets the statement.
Top
Extension Methods
  NameDescription
Public Extension MethodToXElementOverloaded.
Converts the Update events args into an XElement.
(Defined by UpdateEventArgsExtensions.)
Public Extension MethodToXElement(String)Overloaded.
Converts the Update events args into an XElement.
(Defined by UpdateEventArgsExtensions.)
Top
See Also