Class DisassociatedEvent
Event that is fired when a remote association to another ActorSystem is terminated.
Inherited Members
Namespace: Akka.Remote
Assembly: Akka.Remote.dll
Syntax
public sealed class DisassociatedEvent : AssociationEvent
Constructors
| Improve this Doc View SourceDisassociatedEvent(Address, Address, Boolean)
Creates a new DisassociatedEvent instance.
Declaration
public DisassociatedEvent(Address localAddress, Address remoteAddress, bool inbound)
Parameters
Type | Name | Description |
---|---|---|
Address | localAddress | The address of the current actor system. |
Address | remoteAddress | The address of the remote actor system. |
Boolean | inbound |
|
Properties
| Improve this Doc View SourceIsInbound
TBD
Declaration
public override bool IsInbound { get; protected set; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceLocalAddress
TBD
Declaration
public override Address LocalAddress { get; protected set; }
Property Value
Type | Description |
---|---|
Address |
Overrides
| Improve this Doc View SourceRemoteAddress
TBD
Declaration
public override Address RemoteAddress { get; protected set; }
Property Value
Type | Description |
---|---|
Address |
Overrides
Methods
| Improve this Doc View SourceLogLevel()
Logs the level.
Declaration
public override LogLevel LogLevel()
Returns
Type | Description |
---|---|
LogLevel | LogLevel. |