C# Класс Google.Api.Ads.AdWords.Examples.CSharp.v201306.HandleRateExceededError

This code example shows how to handle RateExceededError in your application. To trigger the rate exceeded error, this code example runs 100 threads in parallel, each thread attempting to validate 100 keywords in a single request. Note that spawning 100 parallel threads is for illustrative purposes only, you shouldn't do this in your application. Tags: AdGroupAdService.mutate
Наследование: ExampleBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Main ( string args ) : void

Main method, to run this code example as a standalone application.

Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long adGroupId ) : void

Runs the code example.

Описание методов

Main() публичный статический Метод

Main method, to run this code example as a standalone application.
public static Main ( string args ) : void
args string The command line arguments.
Результат void

Run() публичный Метод

Runs the code example.
public Run ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, long adGroupId ) : void
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user.
adGroupId long Id of the ad group to which keywords are added. ///
Результат void