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