 | TestKitBase.Watch Method |
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic IActorRef Watch(
IActorRef actorToWatch
)
member Watch :
actorToWatch : IActorRef -> IActorRef
Parameters
- actorToWatch
- Type: Akka.Actor.IActorRef
The actor to watch.
Return Value
Type:
IActorRefThe actor to watch, i.e. the parameter
actorToWatch
See Also