Table of Contents

Class TestActor.Unwatch

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll

Message that is supposed to be sent to a TestActor to make it unwatch a previously watched actor.

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

Constructors

Unwatch(IActorRef)

public Unwatch(IActorRef actorToUnwatch)

Parameters

actorToUnwatch IActorRef

Properties

Actor

public IActorRef Actor { get; }

Property Value

IActorRef