Click or drag to resize

VirtualDataWindowEventStartIndex Constructor

Initializes a new instance of the VirtualDataWindowEventStartIndex class

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public VirtualDataWindowEventStartIndex(
	string namedWindowName,
	string indexName,
	IList fields,
	void unique
)

Parameters

namedWindowName
Type: SystemString

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

indexName
Type: SystemString

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

fields
Type: System.Collections.GenericIListT

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

unique
Type: SystemVoid

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

See Also