Click or drag to resize

DeploymentOptionsWithDeploymentId Method

Sets the deployment id if one should be assigned; A null value causes the runtime to generate and assign a deployment id.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentOptions WithDeploymentId(
	string deploymentId
)

Parameters

deploymentId
Type: SystemString
deployment id

Return Value

Type: DeploymentOptions
itself
See Also