DarkEmu_GameServer.Systems.PingStop C# (CSharp) Méthode

PingStop() public méthode

public PingStop ( ) : void
Résultat void
        void PingStop()
        {
            if (pTimer != null)
            {
                pTimer.Dispose();
                pTimer = null;
            }
        }
Systems