Click or drag to resize

ContextPartitionIdentifierNested Constructor (ContextPartitionIdentifier)

Ctor.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextPartitionIdentifierNested(
	ContextPartitionIdentifier[] identifiers
)

Parameters

identifiers
Type: com.espertech.esper.common.client.contextContextPartitionIdentifier
nested identifiers, count should match nesting level of context
See Also