Click or drag to resize

DeploymentStateEvent Class

Deployment base event.
Inheritance Hierarchy

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

The DeploymentStateEvent type exposes the following members.

Constructors
  NameDescription
Public methodDeploymentStateEvent
Ctor
Top
Properties
  NameDescription
Public propertyDeploymentId
Returns the deployment id
Public propertyModuleName
Returns the module name, when provided, or null if none provided
Public propertyRuntimeURI
Returns the runtime uri
Public propertyStatements
Returns the statements for the deployment or undeployment
Top
See Also