Ejemplo n.º 1
0
 protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config, typeof(ClusterClientStopSpec))
 {
     _config = config;
 }
Ejemplo n.º 2
0
 protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config)
 {
     _config = config;
 }