Beispiel #1
0
 protected RemoteNodeRestartGateSpec(RemoteNodeRestartGateSpecConfig specConfig)
     : base(specConfig, typeof(RemoteNodeRestartGateSpec))
 {
     _specConfig = specConfig;
 }
 protected RemoteNodeRestartGateSpec(RemoteNodeRestartGateSpecConfig specConfig)
     : base(specConfig)
 {
     _specConfig = specConfig;
 }