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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eIClientServiceRequest<TResponse>\u003c/code\u003e is an interface for handling service requests with a specific response type, inheriting from \u003ccode\u003eIClientServiceRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis interface supports both synchronous (\u003ccode\u003eExecute()\u003c/code\u003e) and asynchronous (\u003ccode\u003eExecuteAsync()\u003c/code\u003e) execution to retrieve the response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecuteAsync()\u003c/code\u003e method can also be called with a \u003ccode\u003eCancellationToken\u003c/code\u003e to allow for cancellation of the operation.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes inherited members such as \u003ccode\u003eMethodName\u003c/code\u003e, \u003ccode\u003eRestPath\u003c/code\u003e, \u003ccode\u003eHttpMethod\u003c/code\u003e, \u003ccode\u003eRequestParameters\u003c/code\u003e, and \u003ccode\u003eService\u003c/code\u003e from its parent.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]