 | MethodInvocationStream Constructor (String, String, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic MethodInvocationStream(
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
See Also