Google.Api.Ads.AdWords.Examples.CSharp.v201306.HandleRateExceededError.KeywordThread.KeywordThread C# (CSharp) Méthode

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
            public KeywordThread(AdWordsUser user, int threadIndex, long adGroupId)
            {
                this.user = user;
                this.threadIndex = threadIndex;
                this.adGroupId = adGroupId;
            }
HandleRateExceededError.KeywordThread