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

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

Parameters

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