Click or drag to resize

EPLScriptContextSetScriptAttribute Method

Set a script attributed.

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void SetScriptAttribute(
	string attribute,
	Object value
)

Parameters

attribute
Type: SystemString
name to use
value
Type: SystemObject
value to set
See Also