TrotiNet.TcpServer.Pause C# (CSharp) Méthode

Pause() protected méthode

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