Click or drag to resize

MethodInvocationStreamCreate Method (String, String)

Creates a new method-invocation-based stream without parameters.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static MethodInvocationStream Create(
	string className,
	string methodName
)

Parameters

className
Type: SystemString
is the name of the class providing the method
methodName
Type: SystemString
is the name of the public static method

Return Value

Type: MethodInvocationStream
stream
See Also