Click or drag to resize

DeploymentStateEventUndeployed Constructor

Ctor.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public DeploymentStateEventUndeployed(
	string runtimeURI,
	string deploymentId,
	string moduleName,
	EPStatement[] statements
)

Parameters

runtimeURI
Type: SystemString
runtime uri
deploymentId
Type: SystemString
deployment id
moduleName
Type: SystemString
module name
statements
Type: com.espertech.esper.runtime.clientEPStatement
statements
See Also