Click or drag to resize
Akka.NETTestConductorExit Method
Tell the actor system at the remote node to shut itself down. The node will also be removed, so that the remaining nodes may still pass subsequent barriers.

Namespace:  Akka.Remote.TestKit
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Task<Done> Exit(
	RoleName node,
	int exitValue
)

Parameters

node
Type: Akka.Remote.TestKitRoleName
is the symbolic name of the node which is to be affected
exitValue
Type: SystemInt32
is the return code which shall be given to System.exit

Return Value

Type: TaskDone
TBD
Exceptions
ExceptionCondition
InvalidOperationExceptionTBD
See Also