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

Detach() public méthode

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.
Résultat void
        public virtual void Detach(ActorCell cell)
        {

        }
    }