Click or drag to resize

ProjectedStream Constructor (IList, Void)

Initializes a new instance of the ProjectedStream class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
protected ProjectedStream(
	IList views,
	void optStreamName
)

Parameters

views
Type: System.Collections.GenericIListT

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

optStreamName
Type: SystemVoid

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

See Also