Click or drag to resize

EPDeploymentServiceUndeploy Method (String, UndeploymentOptions)

Undeploy a deployment and with the provided 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,
	UndeploymentOptions options
)

Parameters

deploymentId
Type: SystemString
of the deployment to undeploy
options
Type: com.espertech.esper.runtime.clientUndeploymentOptions
undeployment options
See Also