Click or drag to resize

DeploymentOptionsDeploymentId Property

Returns 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 string DeploymentId { get; set; }

Return Value

Type: String
deployment id
See Also