Click or drag to resize

UpdateEventArgsExtensionsToXElement Method (EventBean)

Converts the event bean into a contract event.

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 eventBean
)

Parameters

eventBean
Type: com.espertech.esper.common.clientEventBean
The event bean.

Return Value

Type: XElement

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

Usage Note

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