|  | TestTransportAssociate Method | 
 
            TBD
            
 
    Namespace: 
   Akka.Remote.Transport
    Assembly:
   Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic 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
See Also