Click or drag to resize

ProxyDeploymentStateListenerOnUndeployment Method

[Missing <summary> documentation for "M:com.espertech.esper.runtime.client.ProxyDeploymentStateListener.OnUndeployment(com.espertech.esper.runtime.client.DeploymentStateEventUndeployed)"]

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

Parameters

event
Type: com.espertech.esper.runtime.clientDeploymentStateEventUndeployed

[Missing <param name="event"/> documentation for "M:com.espertech.esper.runtime.client.ProxyDeploymentStateListener.OnUndeployment(com.espertech.esper.runtime.client.DeploymentStateEventUndeployed)"]

Implements

DeploymentStateListenerOnUndeployment(DeploymentStateEventUndeployed)
See Also