Click or drag to resize

EPDeploymentServiceAddDeploymentStateListener Method

Add a deployment state listener

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void AddDeploymentStateListener(
	DeploymentStateListener listener
)

Parameters

listener
Type: com.espertech.esper.runtime.clientDeploymentStateListener
to add
See Also