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