Click or drag to resize
ActorCellAddWatcher Method

[Missing <summary> documentation for "M:Akka.Actor.ActorCell.AddWatcher(Akka.Actor.ActorRef,Akka.Actor.ActorRef)"]

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected void AddWatcher(
	ActorRef watchee,
	ActorRef watcher
)

Parameters

watchee
Type: Akka.ActorActorRef

[Missing <param name="watchee"/> documentation for "M:Akka.Actor.ActorCell.AddWatcher(Akka.Actor.ActorRef,Akka.Actor.ActorRef)"]

watcher
Type: Akka.ActorActorRef

[Missing <param name="watcher"/> documentation for "M:Akka.Actor.ActorCell.AddWatcher(Akka.Actor.ActorRef,Akka.Actor.ActorRef)"]

See Also