Click or drag to resize

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
Syntax
C#
Object 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: Object
current variable value
See Also