Class RemotingListenEvent
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class RemotingListenEvent : RemotingLifecycleEvent
Constructors
| Edit this page View SourceRemotingListenEvent(IList<Address>)
TBD
Declaration
public RemotingListenEvent(IList<Address> listenAddresses)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<Address> | listenAddresses | TBD |
Properties
| Edit this page View SourceListenAddresses
TBD
Declaration
public IList<Address> ListenAddresses { get; }
Property Value
| Type | Description |
|---|---|
| IList<Address> |
Methods
| Edit this page View SourceLogLevel()
TBD
Declaration
public override LogLevel LogLevel()
Returns
| Type | Description |
|---|---|
| LogLevel | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | TBD |
Edit this page