Click or drag to resize

EPLScriptContextGetScriptAttribute Method

Return a script attribute value.

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

Parameters

attribute
Type: SystemString
name to retrieve value for

Return Value

Type: Object
attribute value or null if undefined
See Also