Ejemplo n.º 1
0
 /// <remarks/>
 public void SellerProfileSearchRequestAsync(SellerProfileRequest SellerProfileSearchRequest1, object userState) {
     if ((this.SellerProfileSearchRequestOperationCompleted == null)) {
         this.SellerProfileSearchRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSellerProfileSearchRequestOperationCompleted);
     }
     this.InvokeAsync("SellerProfileSearchRequest", new object[] {
                 SellerProfileSearchRequest1}, this.SellerProfileSearchRequestOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void SellerProfileSearchRequestAsync(SellerProfileRequest SellerProfileSearchRequest1) {
     this.SellerProfileSearchRequestAsync(SellerProfileSearchRequest1, null);
 }