Click or drag to resize
ActorCellWatchedActorTerminated Method
When this actor is watching the subject of [[akka.actor.Terminated]] message it will be propagated to user's receive.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected void WatchedActorTerminated(
	ActorRef actor,
	bool existenceConfirmed,
	bool addressTerminated
)

Parameters

actor
Type: Akka.ActorActorRef

[Missing <param name="actor"/> documentation for "M:Akka.Actor.ActorCell.WatchedActorTerminated(Akka.Actor.ActorRef,System.Boolean,System.Boolean)"]

existenceConfirmed
Type: SystemBoolean

[Missing <param name="existenceConfirmed"/> documentation for "M:Akka.Actor.ActorCell.WatchedActorTerminated(Akka.Actor.ActorRef,System.Boolean,System.Boolean)"]

addressTerminated
Type: SystemBoolean

[Missing <param name="addressTerminated"/> documentation for "M:Akka.Actor.ActorCell.WatchedActorTerminated(Akka.Actor.ActorRef,System.Boolean,System.Boolean)"]

See Also