Table of Contents

Class IProcessService.Request

Namespace
IceRpc.Slice.Ice
Assembly
IceRpc.Locator.dll

Provides static methods that decode request payloads.

public static class IProcessService.Request
Inheritance
IProcessService.Request
Inherited Members

Remarks

The Slice compiler generated this static class from the Slice interface Ice::Process.

Methods

DecodeWriteMessageAsync(IncomingRequest, CancellationToken)

Decodes the request payload of operation writeMessage.

public static ValueTask<(string Message, int Fd)> DecodeWriteMessageAsync(IncomingRequest request, CancellationToken cancellationToken)

Parameters

request IncomingRequest

The incoming request.

cancellationToken CancellationToken

A cancellation token that receives the cancellation requests.

Returns

ValueTask<(string Message, int Fd)>