Click or drag to resize

ContextStateEventContextPartitionAllocated Class

Context partition state event indicating a context partition allocated.
Inheritance Hierarchy

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

The ContextStateEventContextPartitionAllocated 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 propertyId
Returns the context partition id
(Inherited from ContextStateEventContextPartition.)
Public propertyIdentifier
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.
Public propertyRuntimeURI
Returns the runtime URI
(Inherited from ContextStateEvent.)
Top
See Also