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.
424 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.