Akka.Cluster.Tools.Tests.Singleton.ClusterSingletonManagerSpec.ClusterSingletonManagerSpec C# (CSharp) Метод

ClusterSingletonManagerSpec() защищенный Метод

protected ClusterSingletonManagerSpec ( ClusterSingletonManagerSpecConfig config ) : System
config ClusterSingletonManagerSpecConfig
Результат System
        protected ClusterSingletonManagerSpec(ClusterSingletonManagerSpecConfig config) : base(config)
        {
            _controller = config.Controller;
            _observer = config.Observer;
            _first = config.First;
            _second = config.Second;
            _third = config.Third;
            _fourth = config.Fourth;
            _fifth = config.Fifth;
            _sixth = config.Sixth;

            _identifyProbe = CreateTestProbe();
            _controllerRootActorPath = Node(config.Controller);
        }

Same methods

ClusterSingletonManagerSpec::ClusterSingletonManagerSpec ( ) : System