Class TestActor.Unwatch
Message that is supposed to be sent to a TestActor to make it unwatch
a previously watched actor.
Inheritance
TestActor.Unwatch
Assembly: Akka.TestKit.dll
Syntax
public class Unwatch : INoSerializationVerificationNeeded
Constructors
|
Improve this Doc
View Source
Unwatch(IActorRef)
Declaration
public Unwatch(IActorRef actorToUnwatch)
Parameters
Type |
Name |
Description |
IActorRef |
actorToUnwatch |
|
Properties
|
Improve this Doc
View Source
Actor
Declaration
public IActorRef Actor { get; }
Property Value
Implements
Extension Methods