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

Thread class for validating keywords.
Mostrar archivo Open project: Zocdoc/googleads-adwords-dotnet-lib

Public Methods

Method 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 method

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.
return System

Run() public method

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