| TestConductorShutdown Method |
Tell the actor system at the remote node to shut itself down without
awaiting termination of remote-deployed children. 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> Shutdown(
RoleName node,
bool abort = false
)
member Shutdown :
node : RoleName *
?abort : bool
(* Defaults:
let _abort = defaultArg abort false
*)
-> Task<Done>
Parameters
- node
- Type: Akka.Remote.TestKitRoleName
is the symbolic name of the node which is to be affected - abort (Optional)
- Type: SystemBoolean
TBD
Return Value
Type:
TaskDoneTBD
Exceptions See Also