Click or drag to resize

VirtualDataWindowLookupContext Constructor

Initializes a new instance of the VirtualDataWindowLookupContext class

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public VirtualDataWindowLookupContext(
	string deploymentId,
	string statementName,
	int statementId,
	Attribute[] statementAnnotations,
	bool fireAndForget,
	string namedWindowName,
	IList hashFields,
	void btreeFields
)

Parameters

deploymentId
Type: SystemString

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

statementName
Type: SystemString

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

statementId
Type: SystemInt32

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

statementAnnotations
Type: SystemAttribute

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

fireAndForget
Type: SystemBoolean

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

namedWindowName
Type: SystemString

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

hashFields
Type: System.Collections.GenericIListT

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

btreeFields
Type: SystemVoid

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

See Also