コード例 #1
0
 protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config, typeof(ClusterClientStopSpec))
 {
     _config = config;
 }
コード例 #2
0
 protected ClusterClientStopSpec(ClusterClientStopSpecConfig config) : base(config)
 {
     _config = config;
 }