Beispiel #1
0
 /// <remarks/>
 public void DeleteProductBySellerCodeAsync(DeleteProductBySellerCodeRequest DeleteProductBySellerCodeRequest, object userState) {
     if ((this.DeleteProductBySellerCodeOperationCompleted == null)) {
         this.DeleteProductBySellerCodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteProductBySellerCodeOperationCompleted);
     }
     this.InvokeAsync("DeleteProductBySellerCode", new object[] {
                 DeleteProductBySellerCodeRequest}, this.DeleteProductBySellerCodeOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void DeleteProductBySellerCodeAsync(DeleteProductBySellerCodeRequest DeleteProductBySellerCodeRequest) {
     this.DeleteProductBySellerCodeAsync(DeleteProductBySellerCodeRequest, null);
 }