Click or drag to resize

DeploymentStateListenerOnUndeployment Method

Called when an undeployment completed

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void OnUndeployment(
	DeploymentStateEventUndeployed event
)

Parameters

event
Type: com.espertech.esper.runtime.clientDeploymentStateEventUndeployed
undeployment information
See Also