Click or drag to resize
Akka.NETTestTransportAssociate Method
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override Task<AssociationHandle> Associate(
	Address remoteAddress
)

Parameters

remoteAddress
Type: Akka.ActorAddress
TBD

Return Value

Type: TaskAssociationHandle
TBD
See Also