Click or drag to resize

DeploymentOptionsWithStatementSubstitutionParameter Method

Sets the callback providing values for substitution parameters.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentOptions WithStatementSubstitutionParameter(
	StatementSubstitutionParameterOption statementSubstitutionParameter
)

Parameters

statementSubstitutionParameter
Type: com.espertech.esper.runtime.client.optionStatementSubstitutionParameterOption
callback

Return Value

Type: DeploymentOptions
itself
See Also