Click or drag to resize

DataFlowOperatorOutput Constructor (String, IList)

Initializes a new instance of the DataFlowOperatorOutput class

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

Parameters

streamName
Type: SystemString

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

typeInfo
Type: System.Collections.GenericIListT

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

See Also