 | EPStatementUserObjectRuntime Property |
Returns the application defined user data object associated with the statement at
deployment time, or null if none was supplied at time of deployment.
The user object is a single, unnamed field that is stored with every statement.
Applications may put arbitrary objects in this field or a null value.
User objects are passed at time of deployment via options.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxObject UserObjectRuntime { get; }
Return Value
Type:
Objectuser object or null if none defined
See Also