Show / Hide Table of Contents

Class StreamOrderbookL2ServiceV1.StreamOrderbookL2ServiceV1Base

Base class for server-side implementations of StreamOrderbookL2ServiceV1

Inheritance
System.Object
StreamOrderbookL2ServiceV1.StreamOrderbookL2ServiceV1Base
Namespace: KaikoSdk
Assembly: KaikoSdk.dll
Syntax
public abstract class StreamOrderbookL2ServiceV1Base : object

Methods

Subscribe(StreamOrderBookL2RequestV1, Grpc.Core.IServerStreamWriter<StreamOrderBookL2ResponseV1>, Grpc.Core.ServerCallContext)

Subscribe

Declaration
public virtual System.Threading.Tasks.Task Subscribe(StreamOrderBookL2RequestV1 request, Grpc.Core.IServerStreamWriter<StreamOrderBookL2ResponseV1> responseStream, Grpc.Core.ServerCallContext context)
Parameters
Type Name Description
StreamOrderBookL2RequestV1 request

The request received from the client.

Grpc.Core.IServerStreamWriter<StreamOrderBookL2ResponseV1> responseStream

Used for sending responses back to the client.

Grpc.Core.ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
System.Threading.Tasks.Task

A task indicating completion of the handler.

In This Article
Back to top Generated by DocFX