/// <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); }
/// <remarks/> public void GetProductQuestionListAsync(GetProductQuestionListRequest GetProductQuestionListRequest) { this.GetProductQuestionListAsync(GetProductQuestionListRequest, null); }