Click or drag to resize

EPVariableServiceSetVariableValue Method (IDictionary, Boolean)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.SetVariableValue(System.Collections.Generic.IDictionary`2,System.Boolean)"]

Namespace:  com.espertech.esper.common.client.variable
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void SetVariableValue(
	IDictionary variableValues,
	bool agentInstanceId
)

Parameters

variableValues
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="variableValues"/> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.SetVariableValue(System.Collections.Generic.IDictionary`2,System.Boolean)"]

agentInstanceId
Type: SystemBoolean

[Missing <param name="agentInstanceId"/> documentation for "M:com.espertech.esper.common.client.variable.EPVariableService.SetVariableValue(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also