Click or drag to resize

EPDeploymentDeploymentIdDependencies Property

Returns the deployment ids of the deployments that this deployment depends on

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public string[] DeploymentIdDependencies { get; }

Property Value

Type: String
deployment id array of dependencies
See Also