Show / Hide Table of Contents

    Class Broadcast

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

    Constructors

    | Improve this Doc View Source

    Broadcast(Object, IReadOnlyList<String>)

    Declaration
    public Broadcast(object data, IReadOnlyList<string> excludedConnectionIds = null)
    Parameters
    Type Name Description
    Object data
    IReadOnlyList<String> excludedConnectionIds

    Properties

    | Improve this Doc View Source

    Data

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

    ExcludedConnectionIds

    Declaration
    public IReadOnlyList<string> ExcludedConnectionIds { get; }
    Property Value
    Type Description
    IReadOnlyList<String>

    Implements

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