Click or drag to resize

UpdateEventArgsExtensionsToXElement Method (UpdateEventArgs)

Converts the Update events args into an XElement.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static XElement ToXElement(
	this UpdateEventArgs updateEventArgs
)

Parameters

updateEventArgs
Type: com.espertech.esper.runtime.clientUpdateEventArgs
The UpdateEventArgs instance containing the event data.

Return Value

Type: XElement

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToXElement(com.espertech.esper.runtime.client.UpdateEventArgs)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UpdateEventArgs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also