Click or drag to resize
Akka.NETMaterializerSessionEnterScope Method
Enters a copied module and establishes a scope that prevents internals to leak out and interfere with copies of the same module. 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 EnterScope(
	CopiedModule enclosing
)

Parameters

enclosing
Type: Akka.Streams.ImplementationCopiedModule
TBD
See Also