TestTransport..::..DefaultDisassociate Method

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public Task DefaultDisassociate(
	TestAssociationHandle handle
)
Public Function DefaultDisassociate ( _
	handle As TestAssociationHandle _
) As Task
public:
Task^ DefaultDisassociate(
	TestAssociationHandle^ handle
)