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

join() public method

public join ( ) : ActorPool
return ActorPool
        public ActorPool join()
        {
            return join(null);
        }

Same methods

ActorPool::join ( Duration timeout ) : ActorPool