Click or drag to resize

EPDeploymentServiceUndeployAll Method (UndeploymentOptions)

Undeploy all deployments 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 UndeployAll(
	UndeploymentOptions options
)

Parameters

options
Type: com.espertech.esper.runtime.clientUndeploymentOptions
undeployment options or null if none provided
See Also