Fan.Sys.ActorPool.stop C# (CSharp) Method

stop() public method

public stop ( ) : ActorPool
return ActorPool
        public ActorPool stop()
        {
            m_scheduler.stop();
              m_threadPool.stop();
              return this;
        }