Class AssociateUnderlying
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class AssociateUnderlying : TransportOperation, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceAssociateUnderlying(Address, TaskCompletionSource<AssociationHandle>)
TBD
Declaration
public AssociateUnderlying(Address remoteAddress, TaskCompletionSource<AssociationHandle> statusPromise)
Parameters
Type | Name | Description |
---|---|---|
Address | remoteAddress | TBD |
TaskCompletionSource<AssociationHandle> | statusPromise | TBD |
Properties
| Improve this Doc View SourceRemoteAddress
TBD
Declaration
public Address RemoteAddress { get; }
Property Value
Type | Description |
---|---|
Address |
StatusPromise
TBD
Declaration
public TaskCompletionSource<AssociationHandle> StatusPromise { get; }
Property Value
Type | Description |
---|---|
TaskCompletionSource<AssociationHandle> |