Click or drag to resize

EPDataFlowServiceInstantiateSavedConfiguration Method

Instantiate a data flow from a saved configuration.

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

Parameters

configurationName
Type: SystemString
configuration name

Return Value

Type: EPDataFlowInstance
instance
See Also