Click or drag to resize

ContextStateEventContextDeactivated Class

Context state event indicating a context deactivated.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.contextContextStateEvent
    com.espertech.esper.common.client.contextContextStateEventContextDeactivated

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

The ContextStateEventContextDeactivated type exposes the following members.

Constructors
  NameDescription
Public methodContextStateEventContextDeactivated
Ctor.
Top
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.)
Top
See Also