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

WatchAndUnwatchMonitor() public method

public WatchAndUnwatchMonitor ( IActorRef terminal, IActorRef testActor ) : System
terminal IActorRef
testActor IActorRef
return System
            public WatchAndUnwatchMonitor(IActorRef terminal, IActorRef testActor)
            {
                _testActor = testActor;
                Context.Watch(terminal);
                Context.Unwatch(terminal);
            }
DeathWatchSpec.WatchAndUnwatchMonitor