Table of Contents

Class LocatorFinderProxy.Response

Namespace
IceRpc.Ice
Assembly
IceRpc.Locator.dll

Provides a ResponseDecodeFunc<T> for each operation defined in Ice interface ::Ice::LocatorFinder.

public static class LocatorFinderProxy.Response
Inheritance
LocatorFinderProxy.Response
Inherited Members

Methods

DecodeGetLocatorAsync(IncomingResponse, OutgoingRequest, IIceProxy, CancellationToken)

Decodes an incoming response for operation getLocator.

public static ValueTask<LocatorProxy?> DecodeGetLocatorAsync(IncomingResponse response, OutgoingRequest request, IIceProxy sender, CancellationToken cancellationToken)

Parameters

response IncomingResponse

The incoming response to decode.

request OutgoingRequest

The outgoing request.

sender IIceProxy

The proxy that sent the request.

cancellationToken CancellationToken

A cancellation token that receives the cancellation requests.

Returns

ValueTask<LocatorProxy?>

The decoded response payload.