Search Results for

    Show / Hide Table of Contents

    Class Tcp.ErrorClosed

    The connection has been closed due to an IO error.

    Inheritance
    object
    Tcp.Message
    Tcp.Event
    Tcp.ConnectionClosed
    Tcp.ErrorClosed
    Implements
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    Inherited Members
    Tcp.ConnectionClosed.IsAborted
    Tcp.ConnectionClosed.IsConfirmed
    Tcp.ConnectionClosed.IsPeerClosed
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed class Tcp.ErrorClosed : Tcp.ConnectionClosed, INoSerializationVerificationNeeded, IDeadLetterSuppression

    Constructors

    | Edit this page View Source

    ErrorClosed(string?)

    Declaration
    public ErrorClosed(string? cause)
    Parameters
    Type Name Description
    string cause

    Properties

    | Edit this page View Source

    Cause

    Was there a given cause for why the connection was closed?

    Declaration
    public override string? Cause { get; }
    Property Value
    Type Description
    string
    Overrides
    Tcp.ConnectionClosed.Cause
    | Edit this page View Source

    IsErrorClosed

    Did the connection close due to an IO error?

    Declaration
    public override bool IsErrorClosed { get; }
    Property Value
    Type Description
    bool
    Overrides
    Tcp.ConnectionClosed.IsErrorClosed

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    INoSerializationVerificationNeeded
    IDeadLetterSuppression

    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