Oct 18 2021 07:17 AM
I want to know that is there any way to add a timeout for the ServiceClient Class and its corresponding methods?
Also note that we are using PollGenerateReport(), SubmitGenerateReport() in the ServiceClient, and we want to add a timeout to these requests.
Moreover, we are not using the BulkServiceManager class, instead directly using the ServiceClient class to make the calls.