Click or drag to resize

EPDataFlowServiceGetSavedConfiguration Method

Returns a saved dataflow configuration or null if it is not found.

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

Parameters

configurationName
Type: SystemString
name to find

Return Value

Type: EPDataFlowSavedConfiguration
data flow configuration
See Also