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

BrotherActor() public method

public BrotherActor ( IActorRef failed ) : System
failed IActorRef
return System
            public BrotherActor(IActorRef failed)
            {
                Context.Watch(failed);
            }
        }
DeathWatchSpec.BrotherActor