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