Table of Contents

Class TestActor.Watch

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

Message that is supposed to be sent to a TestActor to make it watch the specified actor and receive death notifications, i.e. Akka.Actor.Terminated messages.

public class TestActor.Watch : INoSerializationVerificationNeeded
Inheritance
TestActor.Watch
Implements
INoSerializationVerificationNeeded
Inherited Members

Constructors

Watch(IActorRef)

public Watch(IActorRef actorToWatch)

Parameters

actorToWatch IActorRef

Properties

Actor

public IActorRef Actor { get; }

Property Value

IActorRef