protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config) { _client = config.Client; _first = config.First; _second = config.Second; _third = config.Third; _fourth = config.Fourth; _remainingServerRoleNames = new HashSet <RoleName>(new[] { _first, _second, _third, _fourth }); }
protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config) { _client = config.Client; _first = config.First; _second = config.Second; _third = config.Third; _fourth = config.Fourth; _remainingServerRoleNames = new HashSet<RoleName>(new[] { _first, _second, _third, _fourth }); }