Click or drag to resize

CreateDataFlowClause Constructor (String, IList, Void)

Initializes a new instance of the CreateDataFlowClause class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateDataFlowClause(
	string dataFlowName,
	IList schemas,
	void operators
)

Parameters

dataFlowName
Type: SystemString

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

schemas
Type: System.Collections.GenericIListT

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

operators
Type: SystemVoid

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

See Also