Click or drag to resize

DeploymentStateListenerOnDeployment Method

Called when a deployment completed

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

Parameters

event
Type: com.espertech.esper.runtime.clientDeploymentStateEventDeployed
deployment information
See Also