A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
ReportingServiceManager Problem
Tanveer Hamid
1
Reputation point
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
Sign in to answer