Show / Hide Table of Contents

    Class Disconnected

    An event send, when an existing connection has been lost.

    Inheritance
    Object
    Disconnected
    Implements
    ISignalREvent
    Namespace: Akka.Streams.SignalR.AspNetCore
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public sealed class Disconnected : object, ISignalREvent

    Constructors

    | Improve this Doc View Source

    Disconnected(HubCallerContext, Exception)

    Declaration
    public Disconnected(HubCallerContext request, Exception error)
    Parameters
    Type Name Description
    HubCallerContext request
    Exception error

    Properties

    | Improve this Doc View Source

    Exception

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception
    | Improve this Doc View Source

    Request

    Declaration
    public HubCallerContext Request { get; }
    Property Value
    Type Description
    HubCallerContext
    | Improve this Doc View Source

    StopCalled

    Declaration
    public bool StopCalled { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Implements

    ISignalREvent
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX