Class TestActor.Watch
Message that is supposed to be sent to a TestActor to make it watch
the specified actor and receive death notifications,
i.e. Terminated messages.
Inheritance
TestActor.Watch
Assembly: Akka.TestKit.dll
Syntax
public class Watch : INoSerializationVerificationNeeded
Constructors
|
Improve this Doc
View Source
Watch(IActorRef)
Declaration
public Watch(IActorRef actorToWatch)
Parameters
Properties
|
Improve this Doc
View Source
Actor
Declaration
public IActorRef Actor { get; }
Property Value
Implements
Extension Methods