Click or drag to resize

ProxyDeploymentStateListenerOnDeployment Method

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

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

Parameters

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

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

Implements

DeploymentStateListenerOnDeployment(DeploymentStateEventDeployed)
See Also