Click or drag to resize
Akka.NETAddressHasLocalScope Property
Returns true if this Address is only defined locally. It is not safe to send locally scoped addresses to remote hosts. See also HasGlobalScope

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool HasLocalScope { get; }

Property Value

Type: Boolean
See Also