Class ListenUnderlying
TBD
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class ListenUnderlying : TransportOperation, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceListenUnderlying(Address, Task<IAssociationEventListener>)
TBD
Declaration
public ListenUnderlying(Address listenAddress, Task<IAssociationEventListener> upstreamListener)
Parameters
Type | Name | Description |
---|---|---|
Address | listenAddress | TBD |
Task<IAssociationEventListener> | upstreamListener | TBD |
Properties
| Improve this Doc View SourceListenAddress
TBD
Declaration
public Address ListenAddress { get; }
Property Value
Type | Description |
---|---|
Address |
UpstreamListener
TBD
Declaration
public Task<IAssociationEventListener> UpstreamListener { get; }
Property Value
Type | Description |
---|---|
Task<IAssociationEventListener> |