withSIX.Play.Core.Games.Legacy.ServerQuery.ServerQueryState.Exit C# (CSharp) Method

Exit() public method

public Exit ( bool close = true ) : void
close bool
return void
        public virtual void Exit(bool close = true) {
            TryClose();
            if (Server != null)
                Server.Ping = Common.MagicPingValue;
            Exited = true;
        }