Click or drag to resize

DeploymentStateEventUndeployed Class

Deployment event indicating a undeployment completed
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientDeploymentStateEvent
    com.espertech.esper.runtime.clientDeploymentStateEventUndeployed

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

The DeploymentStateEventUndeployed type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentStateEventUndeployed
Ctor.
Top
Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id
(Inherited from DeploymentStateEvent.)
Public propertyModuleName
Returns the module name, when provided, or null if none provided
(Inherited from DeploymentStateEvent.)
Public propertyRuntimeURI
Returns the runtime uri
(Inherited from DeploymentStateEvent.)
Public propertyStatements
Returns the statements for the deployment or undeployment
(Inherited from DeploymentStateEvent.)
Top
See Also