Class ILocatorService.Request
Provides static methods that decode request payloads.
public static class ILocatorService.Request
- Inheritance
-
ILocatorService.Request
- Inherited Members
Remarks
The Slice compiler generated this static class from the Slice interface Ice::Locator.
Methods
DecodeFindAdapterByIdAsync(IncomingRequest, CancellationToken)
Decodes the request payload of operation findAdapterById.
public static ValueTask<string> DecodeFindAdapterByIdAsync(IncomingRequest request, CancellationToken cancellationToken)
Parameters
requestIncomingRequestThe incoming request.
cancellationTokenCancellationTokenA cancellation token that receives the cancellation requests.
Returns
DecodeFindObjectByIdAsync(IncomingRequest, CancellationToken)
Decodes the request payload of operation findObjectById.
public static ValueTask<string> DecodeFindObjectByIdAsync(IncomingRequest request, CancellationToken cancellationToken)
Parameters
requestIncomingRequestThe incoming request.
cancellationTokenCancellationTokenA cancellation token that receives the cancellation requests.