Click or drag to resize
Akka.NETMultiNodeSpecSelfIndex Property
Index of this node in the roles sequence. The TestConductor is started in "controller" mode on selfIndex 0, i.e. there you can inject failures and shutdown other nodes etc.

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 int SelfIndex { get; }

Property Value

Type: Int32
See Also