Click or drag to resize

ContextPartitionVariableState Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextPartitionVariableState(
	int agentInstanceId,
	ContextPartitionIdentifier identifier,
	Object state
)

Parameters

agentInstanceId
Type: SystemInt32
agent instance id
identifier
Type: com.espertech.esper.common.client.contextContextPartitionIdentifier
context partition identification
state
Type: SystemObject
variable state
See Also