Click or drag to resize
ActorCellWatch Method

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

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.ActorCell.Watch(Akka.Actor.ActorRef)"]

Return Value

Type: ActorRef

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

Implements

ICanWatchWatch(ActorRef)
See Also