Click or drag to resize
Akka.NETMaterializerSession Class
INTERNAL API
Inheritance Hierarchy
SystemObject
  Akka.Streams.ImplementationMaterializerSession

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract class MaterializerSession

The MaterializerSession type exposes the following members.

Constructors
  NameDescription
Protected methodMaterializerSession
TBD
Top
Methods
  NameDescription
Protected methodAssignPort(InPort, Object)
TBD
Protected methodAssignPort(OutPort, IUntypedPublisher)
TBD
Protected methodEnterScope
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
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExitScope
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
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMaterialize
TBD
Protected methodMaterializeAtomic
TBD
Protected methodMaterializeComposite
TBD
Protected methodMaterializeModule
TBD
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMergeAttributes
TBD
Protected methodRegisterSource
TBD
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldInitialAttributes
TBD
Public fieldStatic memberIsDebug
TBD
Protected fieldTopLevel
TBD
Top
Extension Methods
See Also