| MultiNodeSpecRunOn Method |
Execute the given block of code only on the given nodes (names according
to the `roleMap`).
Namespace:
Akka.Remote.TestKit
Assembly:
Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void RunOn(
Action thunk,
params RoleName[] nodes
)
member RunOn :
thunk : Action *
nodes : RoleName[] -> unit
Parameters
- thunk
- Type: SystemAction
[Missing <param name="thunk"/> documentation for "M:Akka.Remote.TestKit.MultiNodeSpec.RunOn(System.Action,Akka.Remote.TestKit.RoleName[])"]
- nodes
- Type: Akka.Remote.TestKitRoleName
[Missing <param name="nodes"/> documentation for "M:Akka.Remote.TestKit.MultiNodeSpec.RunOn(System.Action,Akka.Remote.TestKit.RoleName[])"]
See Also