Class ThisActorSystemQuarantinedEvent
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class ThisActorSystemQuarantinedEvent : RemotingLifecycleEvent
Constructors
| Improve this Doc View SourceThisActorSystemQuarantinedEvent(Address, Address)
TBD
Declaration
public ThisActorSystemQuarantinedEvent(Address localAddress, Address remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
Address | localAddress | TBD |
Address | remoteAddress | TBD |
Properties
| Improve this Doc View SourceLocalAddress
TBD
Declaration
public Address LocalAddress { get; }
Property Value
Type | Description |
---|---|
Address |
RemoteAddress
TBD
Declaration
public Address RemoteAddress { get; }
Property Value
Type | Description |
---|---|
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 |