Click or drag to resize

IPersistenceProviderRegisterToListenToProcessingEnvironmentEvents Method

registers as listener of switch to subgraph and return from subgraph events at the graph processing environment needed when subgraphs are to be processed (todo: also a performance and durability enhancement due to persistence transaction handling)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.1
Syntax
C#
void RegisterToListenToProcessingEnvironmentEvents(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
See Also