Akka.Cluster.Tests.MultiNode.LeaderLeavingSpecConfig.Listener.Listener C# (CSharp) Method

Listener() public method

public Listener ( Akka.Actor.Address oldLeaderAddress, Akka.TestKit.TestLatch latch ) : System
oldLeaderAddress Akka.Actor.Address
latch Akka.TestKit.TestLatch
return System
            public Listener(Address oldLeaderAddress, TestLatch latch)
            {
                _oldLeaderAddress = oldLeaderAddress;
                _latch = latch;
            }
LeaderLeavingSpecConfig.Listener