public interface IClientServiceRequest<TResponse> : IClientServiceRequest
A client service request which inherits from IClientServiceRequest and represents a specific
service request with the given response type. It supports both sync and async execution to get the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document outlines the `IClientServiceRequest\u003cTResponse\u003e` interface, which extends `IClientServiceRequest` to represent a service request with a specific response type."],["`IClientServiceRequest\u003cTResponse\u003e` supports both synchronous (`Execute()`) and asynchronous (`ExecuteAsync()`) execution methods to retrieve the response, with an additional asynchronous version that accepts a cancellation token."],["The `IClientServiceRequest\u003cTResponse\u003e` interface exposes a list of inherited members from `IClientServiceRequest` such as `MethodName`, `RestPath`, `HttpMethod`, `RequestParameters`, `Service`, `CreateRequest`, `ExecuteAsStreamAsync`, and `ExecuteAsStream`."],["There are several versions available, including 1.69.0 (latest), 1.68.0, 1.60.0, 1.59.0, 1.55.0 and 1.50.0, each with their own specific documentation paths."],["An extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, String)`, is available for this interface."]]],[]]