Show / Hide Table of Contents

    Class Signals

    A common static class for building messages returned to SignalR clients.

    Inheritance
    Object
    Signals
    Namespace: Akka.Streams.SignalR.AspNetCore
    Assembly: Akka.Streams.SignalR.AspNetCore.dll
    Syntax
    public static class Signals : object

    Methods

    | Improve this Doc View Source

    Broadcast(Object, IReadOnlyList<String>)

    Declaration
    public static ISignalRResult Broadcast(object data, IReadOnlyList<string> excluded = null)
    Parameters
    Type Name Description
    Object data
    IReadOnlyList<String> excluded
    Returns
    Type Description
    ISignalRResult
    | Improve this Doc View Source

    Send(String, Object)

    Declaration
    public static ISignalRResult Send(string connectionId, object data)
    Parameters
    Type Name Description
    String connectionId
    Object data
    Returns
    Type Description
    ISignalRResult
    | Improve this Doc View Source

    SendToGroup(String, Object, IReadOnlyList<String>)

    Declaration
    public static ISignalRResult SendToGroup(string group, object data, IReadOnlyList<string> excluded = null)
    Parameters
    Type Name Description
    String group
    Object data
    IReadOnlyList<String> excluded
    Returns
    Type Description
    ISignalRResult
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX