コード例 #1
0
 protected ShardedDaemonProcessSpec(ShardedDaemonProcessSpecConfig config, Type type)
     : base(config, type)
 {
     _config = config;
 }
コード例 #2
0
 protected ShardedDaemonProcessMultiNode(ShardedDaemonProcessSpecConfig config) : base(config, typeof(ShardedDaemonProcessMultiNode))
 {
 }