| MultiNodeSpecSelfName Property |
Name (or IP address; must be resolvable)
of the host this node is running on
-Dmultinode.host=host.example.com
InetAddress.getLocalHost.getHostAddress is used if empty or "localhost"
is defined as system property "multinode.host".
Namespace:
Akka.Remote.TestKit
Assembly:
Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static string SelfName { get; }
static member SelfName : string with get
Property Value
Type:
StringSee Also