Click or drag to resize

EPDataFlowDescriptor Constructor

Ctor.

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

Parameters

dataFlowName
Type: SystemString
data flow name
statementName
Type: SystemString
statement name
See Also