| ActorCellAddWatcher Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected void AddWatcher(
IActorRef watchee,
IActorRef watcher
)
member AddWatcher :
watchee : IActorRef *
watcher : IActorRef -> unit
Parameters
- watchee
- Type: Akka.ActorIActorRef
TBD - watcher
- Type: Akka.ActorIActorRef
TBD
See Also