Click or drag to resize

DeploymentStateEventDeployed Class

Deployment event indicating a deployment completed
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientDeploymentStateEvent
    com.espertech.esper.runtime.clientDeploymentStateEventDeployed

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

The DeploymentStateEventDeployed type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentStateEventDeployed
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