Click or drag to resize
Akka.NETMultiNodeSpecSelfName 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.42 (1.2.3.42)
Syntax
public static string SelfName { get; }

Property Value

Type: String
See Also