Akka.Remote.Tests.Transport.AkkaProtocolStressTest.AkkaProtocolStressTest C# (CSharp) Method

AkkaProtocolStressTest() public method

public AkkaProtocolStressTest ( ) : System
return System
        public AkkaProtocolStressTest() : base(AkkaProtocolStressTestConfig)
        {
            systemB = ActorSystem.Create("systemB", Sys.Settings.Config);
            remote = systemB.ActorOf(Props.Create<Echo>(), "echo");
        }