Click or drag to resize
Akka.NETMaterializerSessionExitScope Method
Exits the scope of the copied module and propagates Publishers/Subscribers to the enclosing scope assigning them to the copied ports instead of the original ones (since there might be multiple copies of the same module leading to port identity collisions) We don't store the enclosing CopiedModule itself as state since we don't use it anywhere else than exit and enter

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void ExitScope(
	CopiedModule enclosing
)

Parameters

enclosing
Type: Akka.Streams.ImplementationCopiedModule
TBD
See Also