Click or drag to resize

UpdateEventArgsExtensionsToXElement Method (EventBean, String)

Converts the array of even beans 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 EventBean[] eventBeans,
	string elementName
)

Parameters

eventBeans
Type: com.espertech.esper.common.clientEventBean
The event beans.
elementName
Type: SystemString
Name of the element.

Return Value

Type: XElement

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToXElement(com.espertech.esper.common.client.EventBean[],System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . 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