Akka.Dispatch.SingleThreadDispatcher.Detach C# (CSharp) Метод

Detach() публичный Метод

public Detach ( ActorCell cell ) : void
cell Akka.Actor.ActorCell
Результат void
        public override void Detach(ActorCell cell)
        {
            //shut down the dedicated thread pool
            _dedicatedThreadPool.Dispose();
        }
    }