Click or drag to resize

EPDataFlowServiceGetDataFlow Method

Returns a descriptor for the given data flow, or null if the data flow has not been declared.

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

Parameters

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

Return Value

Type: EPDataFlowDescriptor
data flow descriptor
See Also