Search Results for

    Show / Hide Table of Contents

    Class AssociationErrorEvent

    TBD

    Inheritance
    object
    RemotingLifecycleEvent
    AssociationEvent
    AssociationErrorEvent
    Inherited Members
    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 AssociationErrorEvent : AssociationEvent

    Constructors

    | Edit this page View Source

    AssociationErrorEvent(Exception, Address, Address, bool, LogLevel)

    TBD

    Declaration
    public AssociationErrorEvent(Exception cause, Address localAddress, Address remoteAddress, bool inbound, LogLevel level)
    Parameters
    Type Name Description
    Exception cause

    TBD

    Address localAddress

    TBD

    Address remoteAddress

    TBD

    bool inbound

    TBD

    LogLevel level

    TBD

    Properties

    | Edit this page View Source

    Cause

    TBD

    Declaration
    public Exception Cause { get; }
    Property Value
    Type Description
    Exception
    | 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()

    TBD

    Declaration
    public override LogLevel LogLevel()
    Returns
    Type Description
    LogLevel

    TBD

    Overrides
    RemotingLifecycleEvent.LogLevel()
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    AssociationEvent.ToString()

    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