 | MethodInvocationStreamCreate Method (String, 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
Syntaxpublic static MethodInvocationStream Create(
string className,
string methodName,
string optStreamName
)
Parameters
- className
- Type: SystemString
is the name of the class providing the method - methodName
- Type: SystemString
is the name of the public static method - optStreamName
- Type: SystemString
is the optional as-name of the stream, or null if unnamed
Return Value
Type:
MethodInvocationStreamstream
See Also