Show / Hide Table of Contents

    Interface ISignalRResult

    Common interface for a messages returned to SignalR clients.

    Namespace: Akka.Streams.SignalR.AspNetCore
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public interface ISignalRResult

    Properties

    | Improve this Doc View Source

    Data

    Payload sent to the client.

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