Class ListenAttempt
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class ListenAttempt : Activity
Constructors
| Edit this page View SourceListenAttempt(Address)
Declaration
public ListenAttempt(Address boundAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| Address | boundAddress |
Properties
| Edit this page View SourceBoundAddress
TBD
Declaration
public Address BoundAddress { get; }
Property Value
| Type | Description |
|---|---|
| Address |
Edit this page