Click or drag to resize

EPVariableServiceGetVariableValue Method (Boolean, DeploymentIdNamePair)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.GetVariableValue(System.Boolean,com.espertech.esper.common.internal.util.DeploymentIdNamePair)"]

Namespace:  com.espertech.esper.common.client.variable
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
IDictionary GetVariableValue(
	bool variableNames,
	DeploymentIdNamePair contextPartitionSelector
)

Parameters

variableNames
Type: SystemBoolean

[Missing <param name="variableNames"/> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.GetVariableValue(System.Boolean,com.espertech.esper.common.internal.util.DeploymentIdNamePair)"]

contextPartitionSelector
Type: DeploymentIdNamePair

[Missing <param name="contextPartitionSelector"/> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.GetVariableValue(System.Boolean,com.espertech.esper.common.internal.util.DeploymentIdNamePair)"]

Return Value

Type: IDictionaryTKey, TValue

[Missing <returns> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.GetVariableValue(System.Boolean,com.espertech.esper.common.internal.util.DeploymentIdNamePair)"]

See Also