DarkEmu_GameServer.Systems.PingStop C# (CSharp) Метод

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

public PingStop ( ) : void
Результат void
        void PingStop()
        {
            if (pTimer != null)
            {
                pTimer.Dispose();
                pTimer = null;
            }
        }
Systems