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

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public DeathWatchNotification(
	ActorRef actor,
	bool existenceConfirmed,
	bool addressTerminated
)

Parameters

actor
Type: Akka.ActorActorRef
The actor.
existenceConfirmed
Type: SystemBoolean
if set to true [existence confirmed].
addressTerminated
Type: SystemBoolean
if set to true [address terminated].
See Also