Beispiel #1
0
 /// <remarks/>
 public void GetProductQuestionListAsync(GetProductQuestionListRequest GetProductQuestionListRequest, object userState) {
     if ((this.GetProductQuestionListOperationCompleted == null)) {
         this.GetProductQuestionListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetProductQuestionListOperationCompleted);
     }
     this.InvokeAsync("GetProductQuestionList", new object[] {
                 GetProductQuestionListRequest}, this.GetProductQuestionListOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetProductQuestionListAsync(GetProductQuestionListRequest GetProductQuestionListRequest) {
     this.GetProductQuestionListAsync(GetProductQuestionListRequest, null);
 }