C# 클래스 Google.Api.Ads.AdWords.Examples.CSharp.v201306.HandleRateExceededError.KeywordThread

Thread class for validating keywords.
파일 보기 프로젝트 열기: Zocdoc/googleads-adwords-dotnet-lib

공개 메소드들

메소드 설명
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.

메소드 상세

KeywordThread() 공개 메소드

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.
리턴 System

Run() 공개 메소드

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