Show / Hide Table of Contents

Class StreamAggregatedStatePriceServiceV1.StreamAggregatedStatePriceServiceV1Base

Base class for server-side implementations of StreamAggregatedStatePriceServiceV1

Inheritance
System.Object
StreamAggregatedStatePriceServiceV1.StreamAggregatedStatePriceServiceV1Base
Namespace: KaikoSdk
Assembly: KaikoSdk.dll
Syntax
public abstract class StreamAggregatedStatePriceServiceV1Base : object

Methods

Subscribe(StreamAggregatedStatePriceRequestV1, Grpc.Core.IServerStreamWriter<StreamAggregatedStatePriceResponseV1>, Grpc.Core.ServerCallContext)

Subscribe

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

The request received from the client.

Grpc.Core.IServerStreamWriter<StreamAggregatedStatePriceResponseV1> 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