| AddressHasGlobalScope Property |
Returns true if this Address is usable globally. Unlike locally defined addresses
HasLocalScope
addresses of global scope are safe to sent to other hosts, as they globally and uniquely identify an addressable
entity.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public bool HasGlobalScope { get; }
member HasGlobalScope : bool with get
Property Value
Type:
BooleanSee Also