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

ServerQueryResult() protected method

protected ServerQueryResult ( string>.IDictionary settings, bool isMasterResult = false ) : System
settings string>.IDictionary
isMasterResult bool
return System
        protected ServerQueryResult(IDictionary<string, string> settings, bool isMasterResult = false) {
            Contract.Requires<ArgumentNullException>(settings != null);
            Settings = settings;
            IsMasterResult = isMasterResult;
        }