Table of Contents

Class LocatorRegistryProxy.Response

Namespace
IceRpc.Ice
Assembly
IceRpc.Locator.dll

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

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

Methods

DecodeSetAdapterDirectProxyAsync(IncomingResponse, OutgoingRequest, IIceProxy, CancellationToken)

Decodes an incoming response for operation setAdapterDirectProxy.

public static ValueTask DecodeSetAdapterDirectProxyAsync(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

A value task that completes when the decoding of the response payload completes.

DecodeSetReplicatedAdapterDirectProxyAsync(IncomingResponse, OutgoingRequest, IIceProxy, CancellationToken)

Decodes an incoming response for operation setReplicatedAdapterDirectProxy.

public static ValueTask DecodeSetReplicatedAdapterDirectProxyAsync(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

A value task that completes when the decoding of the response payload completes.

DecodeSetServerProcessProxyAsync(IncomingResponse, OutgoingRequest, IIceProxy, CancellationToken)

Decodes an incoming response for operation setServerProcessProxy.

public static ValueTask DecodeSetServerProcessProxyAsync(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

A value task that completes when the decoding of the response payload completes.