Click or drag to resize

EPLMethodInvocationContextStatementUserObject Property

Returns the statement user object or null if not assigned or if the invocation context is not associated to a specific statement and is shareable between statements

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object StatementUserObject { get; }

Property Value

Type: Object
statement user object or null
See Also