Show / Hide Table of Contents

    Interface IRpcClient

    Inherited Members
    ISocketClient.SendMessage<T>(IMessageDto<T>)
    ISocket.Channel
    ISocket.StartAsync()
    System.IDisposable.Dispose()
    Namespace: Catalyst.Abstractions.Rpc
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IRpcClient : ISocketClient, ISocket, IDisposable

    Methods

    | Improve this Doc View Source

    SubscribeToResponse<T>(Action<T>)

    Declaration
    IDisposable SubscribeToResponse<T>(Action<T> onNext)
    
        where T : IMessage<T>
    Parameters
    Type Name Description
    System.Action<T> onNext
    Returns
    Type Description
    System.IDisposable
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network