DeathWatchNotification..::..ExistenceConfirmed Property

Gets a value indicating whether [existence confirmed].

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

Syntax


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

Field Value

true if [existence confirmed]; otherwise, false.