/// <remarks/> public void GetProductQuestionDetailAsync(GetProductQuestionDetailRequest GetProductQuestionDetailRequest, object userState) { if ((this.GetProductQuestionDetailOperationCompleted == null)) { this.GetProductQuestionDetailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetProductQuestionDetailOperationCompleted); } this.InvokeAsync("GetProductQuestionDetail", new object[] { GetProductQuestionDetailRequest}, this.GetProductQuestionDetailOperationCompleted, userState); }
/// <remarks/> public void GetProductQuestionDetailAsync(GetProductQuestionDetailRequest GetProductQuestionDetailRequest) { this.GetProductQuestionDetailAsync(GetProductQuestionDetailRequest, null); }