Click or drag to resize
Watch Constructor
Initializes a new instance of the Watch class.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Watch(
	ActorRef watchee,
	ActorRef watcher
)

Parameters

watchee
Type: Akka.ActorActorRef
The watchee.
watcher
Type: Akka.ActorActorRef
The watcher.
See Also