DeathWatchNotification..::..AddressTerminated Property

Gets a value indicating whether [address terminated].

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

Syntax


public bool AddressTerminated { get; set; }
Public Property AddressTerminated As Boolean
	Get
	Set
public:
property bool^ AddressTerminated {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [address terminated]; otherwise, false.