Class ThisActorSystemQuarantinedEvent
TBD
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class ThisActorSystemQuarantinedEvent : RemotingLifecycleEvent
Constructors
| Edit this page View SourceThisActorSystemQuarantinedEvent(Address, Address)
TBD
Declaration
public ThisActorSystemQuarantinedEvent(Address localAddress, Address remoteAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| Address | localAddress | TBD |
| Address | remoteAddress | TBD |
Properties
| Edit this page 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
| 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