Table of Contents

Class ClStripService.ClStripServiceBase

Namespace
Hi.Grpcs
Assembly
HiNc.dll

Base class for server-side implementations of ClStripService

[BindServiceMethod(typeof(ClStripService), "BindService")]
public abstract class ClStripService.ClStripServiceBase
Inheritance
ClStripService.ClStripServiceBase
Derived
Inherited Members
Extension Methods

Methods

StepRan(Empty, IServerStreamWriter<DictionaryStep>, ServerCallContext)

data returned if step ran.

public virtual Task StepRan(Empty request, IServerStreamWriter<DictionaryStep> responseStream, ServerCallContext context)

Parameters

request Empty

The request received from the client.

responseStream IServerStreamWriter<DictionaryStep>

Used for sending responses back to the client.

context ServerCallContext

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

Returns

Task

A task indicating completion of the handler.

StepSelected(Empty, IServerStreamWriter<DictionaryStep>, ServerCallContext)

data returned if step selected.

public virtual Task StepSelected(Empty request, IServerStreamWriter<DictionaryStep> responseStream, ServerCallContext context)

Parameters

request Empty

The request received from the client.

responseStream IServerStreamWriter<DictionaryStep>

Used for sending responses back to the client.

context ServerCallContext

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

Returns

Task

A task indicating completion of the handler.