Show / Hide Table of Contents

    Class Received

    A standard message send explicitly from the client with data attached.

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

    Constructors

    | Improve this Doc View Source

    Received(HubCallerContext, Object)

    Declaration
    public Received(HubCallerContext request, object data)
    Parameters
    Type Name Description
    HubCallerContext request
    Object data

    Properties

    | Improve this Doc View Source

    Data

    Payload sent by the client.

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

    Request

    Declaration
    public HubCallerContext Request { get; }
    Property Value
    Type Description
    HubCallerContext

    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