Click or drag to resize

ObjectFactoryTInvoke Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.ObjectFactory`1.Invoke(`0)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public virtual Object Invoke(
	T input
)

Parameters

input
Type: T

[Missing <param name="input"/> documentation for "M:com.espertech.esper.compat.ObjectFactory`1.Invoke(`0)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:com.espertech.esper.compat.ObjectFactory`1.Invoke(`0)"]

See Also