| AbstractTransportAdapterAssociate Method |
TBD
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override Task<AssociationHandle> Associate(
Address remoteAddress
)
abstract Associate :
remoteAddress : Address -> Task<AssociationHandle>
override Associate :
remoteAddress : Address -> Task<AssociationHandle>
Parameters
- remoteAddress
- Type: Akka.ActorAddress
TBD
Return Value
Type:
TaskAssociationHandleTBD
See Also