Click or drag to resize
Akka.NETAkkaIOTransportAssociate Method
TBD

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

Parameters

remoteAddress
Type: Akka.ActorAddress
TBD

Return Value

Type: TaskAssociationHandle
TBD
See Also