Click or drag to resize

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
Syntax
C#
EPDeployment GetDeployment(
	string deploymentId
)

Parameters

deploymentId
Type: SystemString
the deployment id of the deployment

Return Value

Type: EPDeployment
deployment or null if the deployment could not be found
See Also