DarkEmu_GameServer.Systems.PingStop C# (CSharp) Method

PingStop() public method

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