Inheritance: Akka.Remote.TestKit.MultiNodeConfig
Exemplo n.º 1
0
 protected RemoteScatterGatherSpec(RemoteScatterGatherMultiNetSpec config) : base(config, typeof(RemoteScatterGatherSpec))
 {
     _config = config;
 }
Exemplo n.º 2
0
 protected RemoteScatterGatherSpec(RemoteScatterGatherMultiNetSpec config) : base(config)
 {
     _config = config;
 }