Click or drag to resize

UpdateEventArgsExtensions Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientUpdateEventArgsExtensions

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static class UpdateEventArgsExtensions

The UpdateEventArgsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToUpdateEventArgs
Public methodStatic memberToXElement(EventBean)
Converts the event bean into a contract event.
Public methodStatic memberToXElement(UpdateEventArgs)
Converts the Update events args into an XElement.
Public methodStatic memberToXElement(EventBean, String)
Converts the array of even beans into an XElement.
Public methodStatic memberToXElement(UpdateEventArgs, String)
Converts the Update events args into an XElement.
Top
See Also