Click or drag to resize

EPDataFlowServiceRemoveSavedConfiguration Method

Remove a previously saved data flow configuration.

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

Parameters

configurationName
Type: SystemString
to remove

Return Value

Type: Boolean
indicator whether found and removed
See Also