Click or drag to resize

EPDataFlowServiceSaveInstance Method

Save an existing instance with the runtime, for later retrieval.

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

Parameters

instanceName
Type: SystemString
name to use to save, must be unique among currently saved instances
instance
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowInstance
saved
See Also