TrotiNet.TcpServer.Pause C# (CSharp) Method

Pause() protected method

protected Pause ( ) : void
return void
        void Pause()
        {
            log.Debug("Pause start");
            System.Threading.Thread.Sleep(3000);
            log.Debug("Pause end");
        }