Click or drag to resize

EPDeployment Class

Represents a deployment.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.clientEPDeployment

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class EPDeployment

The EPDeployment type exposes the following members.

Constructors
  NameDescription
Public methodEPDeployment
Initializes a new instance of the EPDeployment class
Top
Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id
Public propertyDeploymentIdDependencies
Returns the deployment ids of the deployments that this deployment depends on
Public propertyLastUpdateDate
Returns the last update date
Public propertyModuleName
Returns the module name or null if none provided
Public propertyModuleProperties
Returns module properties
Public propertyStatements
Returns the statements
Top
See Also