Click or drag to resize
Akka.NETUnwatch Constructor
Initializes a new instance of the Unwatch class.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Unwatch(
	IInternalActorRef watchee,
	IInternalActorRef watcher
)

Parameters

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