DeathWatchNotificationExistenceConfirmed Property |
Gets a value indicating whether [existence confirmed].
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool ExistenceConfirmed { get; }
Public ReadOnly Property ExistenceConfirmed As Boolean
Get
public:
property bool ExistenceConfirmed {
bool get ();
}
member ExistenceConfirmed : bool with get
Property Value
Type:
Booleantrue if [existence confirmed]; otherwise,
false.
See Also