Click or drag to resize
Akka.NETMaterializerSession Methods

The MaterializerSession type exposes the following members.

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
Extension Methods
See Also