C# Class Google.Api.Ads.AdWords.Examples.CSharp.v201306.HandleRateExceededError.KeywordThread

Thread class for validating keywords.
Afficher le fichier Open project: Zocdoc/googleads-adwords-dotnet-lib

Méthodes publiques

Méthode Description
KeywordThread ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, int threadIndex, long adGroupId ) : System

Initializes a new instance of the KeywordThread class.

Run ( Object obj ) : void

Main method for the thread.

Method Details

KeywordThread() public méthode

Initializes a new instance of the KeywordThread class.
public KeywordThread ( Google.Api.Ads.AdWords.Lib.AdWordsUser user, int threadIndex, long adGroupId ) : System
user Google.Api.Ads.AdWords.Lib.AdWordsUser The AdWords user who owns the ad group.
threadIndex int Index of the thread.
adGroupId long The ad group id.
Résultat System

Run() public méthode

Main method for the thread.
public Run ( Object obj ) : void
obj Object The thread parameter.
Résultat void