Click or drag to resize
Akka.NETMultiNodeSpecRunOn 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.42 (1.2.3.42)
Syntax
public void RunOn(
	Action thunk,
	params RoleName[] nodes
)

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