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