ReportingServiceManager Problem

Tanveer Hamid 1 Reputation point
2021-08-10T07:18:51.233+00:00

I am using ReportingServiceManager to access a report from Bing API, I am using .Net SDK. My code is mentioned below.

Report reportContainer = (await ReportingServiceManager.DownloadReportAsync(
parameters: reportingDownloadParameters,
cancellationToken: CancellationToken.None));

The system keeps on waiting to complete the execution of above line of code, I can see the file created successfully on my working directory path.

Please help why it does not go to next line of code ?

Best Regards,
Tanveer Hamid.

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
402 questions
0 comments No comments
{count} votes