Show / Hide Table of Contents

    Interface ISignalREvent

    A common interface for all events incoming from SignalR socket.

    Available event types are:

    • Received
    • Connected
    • Disconnected
    Namespace: Akka.Streams.SignalR.AspNetCore
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public interface ISignalREvent

    Properties

    | Improve this Doc View Source

    Request

    SignalR request attached to current event.

    Declaration
    HubCallerContext Request { get; }
    Property Value
    Type Description
    HubCallerContext
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX