コード例 #1
0
 protected RemoteNodeRestartGateSpec(RemoteNodeRestartGateSpecConfig specConfig)
     : base(specConfig, typeof(RemoteNodeRestartGateSpec))
 {
     _specConfig = specConfig;
 }
コード例 #2
0
 protected RemoteNodeRestartGateSpec(RemoteNodeRestartGateSpecConfig specConfig)
     : base(specConfig)
 {
     _specConfig = specConfig;
 }