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