Unwatch Constructor

Initializes a new instance of the Unwatch class.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Unwatch(
	ActorRef watchee,
	ActorRef watcher
)
Public Sub New ( _
	watchee As ActorRef, _
	watcher As ActorRef _
)
public:
Unwatch(
	ActorRef^ watchee, 
	ActorRef^ watcher
)

Parameters

watchee
Type: Akka.Actor..::..ActorRef
The watchee.
watcher
Type: Akka.Actor..::..ActorRef
The watcher.