Akka.Tests.Actor.DeathWatchSpec.BrotherActor.BrotherActor C# (CSharp) 메소드

BrotherActor() 공개 메소드

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