Click or drag to resize
InboxWatch Method
Make the inbox’s actor watch the target actor such that reception of the Terminated message can then be awaited.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorRef Watch(
	ActorRef subject
)

Parameters

subject
Type: Akka.ActorActorRef

[Missing <param name="subject"/> documentation for "M:Akka.Actor.Inbox.Watch(Akka.Actor.ActorRef)"]

Return Value

Type: ActorRef

[Missing <returns> documentation for "M:Akka.Actor.Inbox.Watch(Akka.Actor.ActorRef)"]

Implements

ICanWatchWatch(ActorRef)
See Also