Click or drag to resize

EPDataFlowServiceGetSavedInstance Method

Returns a specific saved data flow instance, or null if it has not been found

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

Parameters

instanceName
Type: SystemString
to look for

Return Value

Type: EPDataFlowInstance
instance
See Also