Akka.Dispatch.MessageDispatcher.Attach C# (CSharp) Méthode

Attach() public méthode

Attaches the dispatcher to the ActorCell Practically, doesn't do very much right now - dispatchers aren't responsible for creating mailboxes in Akka.NET
public Attach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell The ActorCell belonging to the actor who's attaching to this dispatcher.
Résultat void
        public virtual void Attach(ActorCell cell)
        {
            
        }