Search Results for

    Show / Hide Table of Contents

    Class DisassociatedEvent

    Event that is fired when a remote association to another ActorSystem is terminated.

    Inheritance
    object
    RemotingLifecycleEvent
    AssociationEvent
    DisassociatedEvent
    Inherited Members
    AssociationEvent.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Remote
    Assembly: Akka.Remote.dll
    Syntax
    public sealed class DisassociatedEvent : AssociationEvent

    Constructors

    | Edit this page View Source

    DisassociatedEvent(Address, Address, bool)

    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.

    bool inbound

    true if this side of the connection as inbound, false if it was outbound.

    Properties

    | Edit this page View Source

    IsInbound

    TBD

    Declaration
    public override bool IsInbound { get; protected set; }
    Property Value
    Type Description
    bool
    Overrides
    AssociationEvent.IsInbound
    | Edit this page View Source

    LocalAddress

    TBD

    Declaration
    public override Address LocalAddress { get; protected set; }
    Property Value
    Type Description
    Address
    Overrides
    AssociationEvent.LocalAddress
    | Edit this page View Source

    RemoteAddress

    TBD

    Declaration
    public override Address RemoteAddress { get; protected set; }
    Property Value
    Type Description
    Address
    Overrides
    AssociationEvent.RemoteAddress

    Methods

    | Edit this page View Source

    LogLevel()

    Logs the level.

    Declaration
    public override LogLevel LogLevel()
    Returns
    Type Description
    LogLevel

    LogLevel.

    Overrides
    RemotingLifecycleEvent.LogLevel()

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET