Akka.Tests.Actor.DeathWatchSpec.BrotherActor.BrotherActor C# (CSharp) Méthode

BrotherActor() public méthode

public BrotherActor ( IActorRef failed ) : System
failed IActorRef
Résultat System
            public BrotherActor(IActorRef failed)
            {
                Context.Watch(failed);
            }
        }
DeathWatchSpec.BrotherActor