Show / Hide Table of Contents

    Interface IClientSink

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

    Methods

    | Improve this Doc View Source

    Receive(Object)

    Called by server to send message to connected client

    Declaration
    Task Receive(object data)
    Parameters
    Type Name Description
    Object data
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    Back to top Copyright © 2013-2020 Akka.NET project
    Generated by DocFX