Click or drag to resize

ContextPartitionCollection Constructor

Initializes a new instance of the ContextPartitionCollection class

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

Parameters

identifiers
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="identifiers"/> documentation for "M:com.espertech.esper.common.client.context.ContextPartitionCollection.#ctor(System.Collections.Generic.IDictionary`2)"]

See Also