Akka.Tests.Actor.DeathWatchSpec.EchoActor.EchoActor C# (CSharp) Method

EchoActor() public method

public EchoActor ( IActorRef testActorRef ) : System
testActorRef IActorRef
return System
            public EchoActor(IActorRef testActorRef)
            {
                _testActor = testActorRef;
            }
DeathWatchSpec.EchoActor