ActorCell..::..Unwatch Method

May only be called from the owner actor

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public void Unwatch(
	ActorRef watchee
)
Public Sub Unwatch ( _
	watchee As ActorRef _
)
public:
void Unwatch(
	ActorRef^ watchee
)

Parameters

watchee
Type: Akka.Actor..::..ActorRef