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