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

KnobActor() public method

public KnobActor ( IActorRef testActor ) : System
testActor IActorRef
return System
            public KnobActor(IActorRef testActor)
            {
                _testActor = testActor;
            }
DeathWatchSpec.KnobActor