Exemplo n.º 1
0
 protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config, typeof(ClusterClientSpec))
 {
     _config = config;
     _remainingServerRoleNames = ImmutableHashSet.Create(_config.First, _config.Second, _config.Third, _config.Fourth);
 }
Exemplo n.º 2
0
 protected ClusterClientSpec(ClusterClientSpecConfig config) : base(config)
 {
     _config = config;
     _remainingServerRoleNames = ImmutableHashSet.Create(_config.First, _config.Second, _config.Third, _config.Fourth);
 }