 | 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
SyntaxEPDataFlowInstance GetSavedInstance(
string instanceName
)
Parameters
- instanceName
- Type: SystemString
to look for
Return Value
Type:
EPDataFlowInstanceinstance
See Also