 | StaticMethodExpression Constructor (String, String, Object) |
Ctor.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic StaticMethodExpression(
string className,
string method,
Object[] parameters
)
Parameters
- className
- Type: SystemString
class name providing the static method - method
- Type: SystemString
method name - parameters
- Type: SystemObject
an optional array of parameters
See Also