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."],[[["`IClientServiceRequest\u003cTResponse\u003e` is an interface for handling service requests with a specific response type, inheriting from `IClientServiceRequest`."],["This interface supports both synchronous (`Execute()`) and asynchronous (`ExecuteAsync()`) execution to retrieve the response."],["The `ExecuteAsync()` method can also be called with a `CancellationToken` to allow for cancellation of the operation."],["The interface includes inherited members such as `MethodName`, `RestPath`, `HttpMethod`, `RequestParameters`, and `Service` from its parent."],["The latest version of the API is 1.69.0, with the current page discussing version 1.59.0 and previous version history is also provided."]]],[]]