Click or drag to resize

DataFlowOperatorInput Constructor (IList, Void)

Initializes a new instance of the DataFlowOperatorInput class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public DataFlowOperatorInput(
	IList inputStreamNames,
	void optionalAsName
)

Parameters

inputStreamNames
Type: System.Collections.GenericIListT

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

optionalAsName
Type: SystemVoid

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

See Also