 | EPVariableServiceGetVariableValue Method (String, String) |
Returns the current variable value for a global variable. A null value is a valid value for a variable.
Not for use with context-partitioned variables.
Namespace:
com.espertech.esper.common.client.variable
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxObject GetVariableValue(
string deploymentId,
string variableName
)
Parameters
- deploymentId
- Type: SystemString
deployment id - variableName
- Type: SystemString
is the name of the variable to return the value for
Return Value
Type:
Objectcurrent variable value
See Also