TestTransport..::..Associate Method
Namespace:
Akka.Remote.Transport
Assembly: Akka.Remote (in Akka.Remote.dll)
Assembly: Akka.Remote (in Akka.Remote.dll)
Syntax
public Task<AssociationHandle> Associate( Address remoteAddress )
Public Function Associate ( _ remoteAddress As Address _ ) As Task(Of AssociationHandle)
public: Task<AssociationHandle^>^ Associate( Address^ remoteAddress )
Parameters
- remoteAddress
- Type: Akka.Actor..::..Address