Click or drag to resize

EPDataFlowInstanceCaptive Constructor

Initializes a new instance of the EPDataFlowInstanceCaptive class

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstanceCaptive(
	IDictionary emitters,
	bool runnables
)

Parameters

emitters
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="emitters"/> documentation for "M:com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean)"]

runnables
Type: SystemBoolean

[Missing <param name="runnables"/> documentation for "M:com.espertech.esper.common.client.dataflow.core.EPDataFlowInstanceCaptive.#ctor(System.Collections.Generic.IDictionary`2,System.Boolean)"]

See Also