Akka.Dispatch.MessageDispatcher.Attach C# (CSharp) Method

Attach() public method

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.
return void
        public virtual void Attach(ActorCell cell)
        {
            
        }