Click or drag to resize

ContextStateEventContextStatementRemoved Class

Context partition state event indicating a statement removed.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.contextContextStateEvent
    com.espertech.esper.common.client.contextContextStateEventContextStatementRemoved

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ContextStateEventContextStatementRemoved : ContextStateEvent

The ContextStateEventContextStatementRemoved type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContextDeploymentId
Returns the deployment id
(Inherited from ContextStateEvent.)
Public propertyContextName
Returns the context name
(Inherited from ContextStateEvent.)
Public propertyRuntimeURI
Returns the runtime URI
(Inherited from ContextStateEvent.)
Public propertyStatementDeploymentId
Returns the deployment id
Public propertyStatementName
Returns the statement name.
Top
See Also