Click or drag to resize

EPDataFlowServiceRemoveSavedInstance Method

Remove an instance previously saved.

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

Parameters

instanceName
Type: SystemString
to be removed

Return Value

Type: Boolean
indicator whether found or not
See Also