Click or drag to resize

ContextDescriptorKeyedSegmentedItem Constructor (IList, Void, String)

Initializes a new instance of the ContextDescriptorKeyedSegmentedItem class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ContextDescriptorKeyedSegmentedItem(
	IList propertyNames,
	void filter,
	string streamName
)

Parameters

propertyNames
Type: System.Collections.GenericIListT

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

filter
Type: SystemVoid

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

streamName
Type: SystemString

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

See Also