Click or drag to resize

EPDataFlowSavedConfiguration 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 EPDataFlowSavedConfiguration(
	string savedConfigurationName,
	string deploymentId,
	string dataflowName,
	EPDataFlowInstantiationOptions options
)

Parameters

savedConfigurationName
Type: SystemString
name of saved configuration
deploymentId
Type: SystemString
deployment id
dataflowName
Type: SystemString
data flow name
options
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowInstantiationOptions
options object
See Also