Click or drag to resize
ActorCellUnwatch Method

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

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

Parameters

subject
Type: Akka.ActorActorRef

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

Return Value

Type: ActorRef

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

Implements

ICanWatchUnwatch(ActorRef)
See Also