Click or drag to resize

UpdateEventArgsExtensionsToUpdateEventArgs Method

[Missing <summary> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToUpdateEventArgs(System.Xml.Linq.XElement,System.Func`2)"]

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static UpdateEventArgs ToUpdateEventArgs(
	this XElement eventElement,
	Func eventBeanFactory
)

Parameters

eventElement
Type: System.Xml.LinqXElement

[Missing <param name="eventElement"/> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToUpdateEventArgs(System.Xml.Linq.XElement,System.Func`2)"]

eventBeanFactory
Type: SystemFuncT, TResult

[Missing <param name="eventBeanFactory"/> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToUpdateEventArgs(System.Xml.Linq.XElement,System.Func`2)"]

Return Value

Type: UpdateEventArgs

[Missing <returns> documentation for "M:com.espertech.esper.runtime.client.UpdateEventArgsExtensions.ToUpdateEventArgs(System.Xml.Linq.XElement,System.Func`2)"]

Usage Note

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