| TestKitBaseWatch Method |
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IActorRef Watch(
IActorRef actorToWatch
)
member Watch :
actorToWatch : IActorRef -> IActorRef
Parameters
- actorToWatch
- Type: Akka.ActorIActorRef
The actor to watch.
Return Value
Type:
IActorRefThe actor to watch, i.e. the parameter
actorToWatchSee Also