예제 #1
0
 /// <remarks/>
 public void ModifyShoppingCartItemsRequestAsync(ModifyShoppingCartItemsRequest ModifyShoppingCartItemsRequest1, object userState) {
     if ((this.ModifyShoppingCartItemsRequestOperationCompleted == null)) {
         this.ModifyShoppingCartItemsRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnModifyShoppingCartItemsRequestOperationCompleted);
     }
     this.InvokeAsync("ModifyShoppingCartItemsRequest", new object[] {
                 ModifyShoppingCartItemsRequest1}, this.ModifyShoppingCartItemsRequestOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void ModifyShoppingCartItemsRequestAsync(ModifyShoppingCartItemsRequest ModifyShoppingCartItemsRequest1) {
     this.ModifyShoppingCartItemsRequestAsync(ModifyShoppingCartItemsRequest1, null);
 }