| TestConductorExit 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.129 (1.2.3.129)
Syntax public Task<Done> Exit(
RoleName node,
int exitValue
)
member Exit :
node : RoleName *
exitValue : int -> Task<Done>
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:
TaskDoneTBD
Exceptions See Also