Click or drag to resize
Akka.NETTestConductorShutdown 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.42 (1.2.3.42)
Syntax
public Task<Done> Shutdown(
	RoleName node,
	bool abort = false
)

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: TaskDone
TBD
Exceptions
ExceptionCondition
InvalidOperationExceptionTBD
See Also