Click or drag to resize

EPDataFlowServiceInstantiate Method (String, String)

Instantiate a data flow.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EPDataFlowInstance Instantiate(
	string deploymentId,
	string dataflowName
)

Parameters

deploymentId
Type: SystemString
deployment id of dataflow (deployment id of create-dataflow statement)
dataflowName
Type: SystemString
name of data flow to instantiate

Return Value

Type: EPDataFlowInstance
data flow instance
See Also