withSIX.Play.Core.Games.Entities.RealVirtuality.Arma2Game.QueryServer C# (CSharp) Method

QueryServer() public method

public QueryServer ( ServerQueryState state ) : System.Threading.Tasks.Task
state withSIX.Play.Core.Games.Legacy.ServerQuery.ServerQueryState
return System.Threading.Tasks.Task
        public override Task QueryServer(ServerQueryState state) => serverQueryInfo.QueryServer(state);
    }