Click or drag to resize
Akka.NETAddressHasGlobalScope 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; }

Property Value

Type: Boolean
See Also