示例#1
0
 /// <remarks/>
 public void findItemsByProductAsync(FindItemsByProductRequest findItemsByProductRequest, object userState) {
     if ((this.findItemsByProductOperationCompleted == null)) {
         this.findItemsByProductOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindItemsByProductOperationCompleted);
     }
     this.InvokeAsync("findItemsByProduct", new object[] {
                 findItemsByProductRequest}, this.findItemsByProductOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void findItemsByProductAsync(FindItemsByProductRequest findItemsByProductRequest) {
     this.findItemsByProductAsync(findItemsByProductRequest, null);
 }