Click or drag to resize
Akka.NETTestConductorDisconnect Method
Tell the remote support to TCP_RESET the connection to the given remote peer. It works regardless of whether the recipient was initiator or responder.

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> Disconnect(
	RoleName node,
	RoleName target
)

Parameters

node
Type: Akka.Remote.TestKitRoleName
is the symbolic name of the node which is to be affected
target
Type: Akka.Remote.TestKitRoleName
is the symbolic name of the other node to which connectivity shall be impeded

Return Value

Type: TaskDone

[Missing <returns> documentation for "M:Akka.Remote.TestKit.TestConductor.Disconnect(Akka.Remote.TestKit.RoleName,Akka.Remote.TestKit.RoleName)"]

See Also