Click or drag to resize

DeploymentOptionsWithStatementUserObjectRuntime Method

Sets the callback providing a runtime statement user object that can be obtained using UserObjectRuntime

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentOptions WithStatementUserObjectRuntime(
	StatementUserObjectRuntimeOption statementUserObjectRuntime
)

Parameters

statementUserObjectRuntime
Type: com.espertech.esper.runtime.client.optionStatementUserObjectRuntimeOption
callback

Return Value

Type: DeploymentOptions
itself
See Also