Click or drag to resize

ConfigurationCommonAddVariable Method (String, Type, Object, Boolean)

Add variable that can be a constant.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddVariable(
	string variableName,
	Type type,
	Object initializationValue,
	bool constant
)

Parameters

variableName
Type: SystemString
name of variable
type
Type: SystemType
variable type
initializationValue
Type: SystemObject
initial value
constant
Type: SystemBoolean
constant indicator
See Also