![]() | UpdateEventArgs Class |
[Missing <summary> documentation for "T:com.espertech.esper.runtime.client.UpdateEventArgs"]
Namespace: com.espertech.esper.runtime.client
[SerializableAttribute] public class UpdateEventArgs : EventArgs
The UpdateEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateEventArgs(EPRuntime, EPStatement) | Initializes a new instance of the UpdateEventArgs class |
![]() | UpdateEventArgs(EPRuntime, EPStatement, EventBean, EventBean) | Initializes a new instance of the UpdateEventArgs class |
Name | Description | |
---|---|---|
![]() | NewEvents |
Gets the new events. This will be null or empty if the Update is for old events only.
|
![]() | OldEvents |
Gets the old events. This will be null or empty if the Update is for new events only.
|
![]() | Runtime |
Gets the runtime.
|
![]() | Statement |
Gets the statement.
|
Name | Description | |
---|---|---|
![]() | ToXElement | Overloaded.
Converts the Update events args into an XElement.
(Defined by UpdateEventArgsExtensions.) |
![]() | ToXElement(String) | Overloaded.
Converts the Update events args into an XElement.
(Defined by UpdateEventArgsExtensions.) |