 | EPDeploymentServiceGetDeployment Method |
Returns the deployment.
A deployment is uniquely identified by its deployment id.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxEPDeployment GetDeployment(
string deploymentId
)
Parameters
- deploymentId
- Type: SystemString
the deployment id of the deployment
Return Value
Type:
EPDeploymentdeployment or null if the deployment could not be found
See Also