Click or drag to resize

ContextPartitionVariableState Class

The variable state for a context partitioned variable.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.contextContextPartitionVariableState

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

The ContextPartitionVariableState type exposes the following members.

Constructors
  NameDescription
Public methodContextPartitionVariableState
Ctor.
Top
Properties
  NameDescription
Public propertyAgentInstanceId
Returns the agent instance id
Public propertyIdentifier
Returns context partition identifier
Public propertyState
Returns the variable state
Top
See Also