Click or drag to resize

ContextDescriptorHashSegmented Constructor (IList, Void, ContextDescriptorHashSegmentedItem)

Initializes a new instance of the ContextDescriptorHashSegmented class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorHashSegmented(
	IList items,
	void granularity,
	ContextDescriptorHashSegmentedItem preallocate
)

Parameters

items
Type: System.Collections.GenericIListT

[Missing <param name="items"/> documentation for "M:com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem)"]

granularity
Type: SystemVoid

[Missing <param name="granularity"/> documentation for "M:com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem)"]

preallocate
Type: com.espertech.esper.common.client.sodaContextDescriptorHashSegmentedItem

[Missing <param name="preallocate"/> documentation for "M:com.espertech.esper.common.client.soda.ContextDescriptorHashSegmented.#ctor(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.soda.ContextDescriptorHashSegmentedItem)"]

See Also