Click or drag to resize

EPDeploymentServiceUndeploy Method (String)

Undeploy a deployment and with the default options.

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

Parameters

deploymentId
Type: SystemString
of the deployment to undeploy
See Also