Class LocatorRegistryProxy.Response
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
responseIncomingResponseThe incoming response to decode.
requestOutgoingRequestThe outgoing request.
senderIIceProxyThe proxy that sent the request.
cancellationTokenCancellationTokenA 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
responseIncomingResponseThe incoming response to decode.
requestOutgoingRequestThe outgoing request.
senderIIceProxyThe proxy that sent the request.
cancellationTokenCancellationTokenA 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
responseIncomingResponseThe incoming response to decode.
requestOutgoingRequestThe outgoing request.
senderIIceProxyThe proxy that sent the request.
cancellationTokenCancellationTokenA cancellation token that receives the cancellation requests.
Returns
- ValueTask
A value task that completes when the decoding of the response payload completes.