Class LocatorFinderProxy.Response
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
responseIncomingResponseThe incoming response to decode.
requestOutgoingRequestThe outgoing request.
senderIIceProxyThe proxy that sent the request.
cancellationTokenCancellationTokenA cancellation token that receives the cancellation requests.
Returns
- ValueTask<LocatorProxy?>
The decoded response payload.