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

Detach() public method

Detaches the dispatcher to the ActorCell Only really used in dispatchers with 1:1 relationship with dispatcher.
public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell The ActorCell belonging to the actor who's detaching from this dispatcher.
return void
        public virtual void Detach(ActorCell cell)
        {

        }
    }