Show / Hide Table of Contents

    Class Send

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

    Constructors

    | Improve this Doc View Source

    Send(String, Object)

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

    Send(String, Object, IReadOnlyList<String>)

    Declaration
    public Send(string group, object data, IReadOnlyList<string> excludedConnectionIds)
    Parameters
    Type Name Description
    String group
    Object data
    IReadOnlyList<String> excludedConnectionIds

    Properties

    | Improve this Doc View Source

    ConnectionId

    Declaration
    public string ConnectionId { get; }
    Property Value
    Type Description
    String
    | 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>
    | Improve this Doc View Source

    Group

    Declaration
    public string Group { get; }
    Property Value
    Type Description
    String

    Implements

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