Show / Hide Table of Contents

Class StreamDerivativesInstrumentMetricsServiceV1

Service for streaming derivatives instrument metrics V1

Inheritance
System.Object
StreamDerivativesInstrumentMetricsServiceV1
Namespace: KaikoSdk
Assembly: KaikoSdk.dll
Syntax
public static class StreamDerivativesInstrumentMetricsServiceV1 : object

Properties

Descriptor

Service descriptor

Declaration
public static Google.Protobuf.Reflection.ServiceDescriptor Descriptor { get; }
Property Value
Type Description
Google.Protobuf.Reflection.ServiceDescriptor

Methods

BindService(Grpc.Core.ServiceBinderBase, StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Declaration
public static void BindService(Grpc.Core.ServiceBinderBase serviceBinder, StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base serviceImpl)
Parameters
Type Name Description
Grpc.Core.ServiceBinderBase serviceBinder

Service methods will be bound by calling AddMethod on this object.

StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base serviceImpl

An object implementing the server-side handling logic.

BindService(StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base)

Creates service definition that can be registered with a server

Declaration
public static Grpc.Core.ServerServiceDefinition BindService(StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base serviceImpl)
Parameters
Type Name Description
StreamDerivativesInstrumentMetricsServiceV1.StreamDerivativesInstrumentMetricsServiceV1Base serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition
In This Article
Back to top Generated by DocFX