Example #1
0
 /// <remarks/>
 public void getSearchKeywordsRecommendationAsync(GetSearchKeywordsRecommendationRequest getSearchKeywordsRecommendationRequest, object userState) {
     if ((this.getSearchKeywordsRecommendationOperationCompleted == null)) {
         this.getSearchKeywordsRecommendationOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetSearchKeywordsRecommendationOperationCompleted);
     }
     this.InvokeAsync("getSearchKeywordsRecommendation", new object[] {
                 getSearchKeywordsRecommendationRequest}, this.getSearchKeywordsRecommendationOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void getSearchKeywordsRecommendationAsync(GetSearchKeywordsRecommendationRequest getSearchKeywordsRecommendationRequest) {
     this.getSearchKeywordsRecommendationAsync(getSearchKeywordsRecommendationRequest, null);
 }