コード例 #1
0
 /// <remarks/>
 public void RemoveShoppingCartItemsRequestAsync(RemoveShoppingCartItemsRequest RemoveShoppingCartItemsRequest1, object userState) {
     if ((this.RemoveShoppingCartItemsRequestOperationCompleted == null)) {
         this.RemoveShoppingCartItemsRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveShoppingCartItemsRequestOperationCompleted);
     }
     this.InvokeAsync("RemoveShoppingCartItemsRequest", new object[] {
                 RemoveShoppingCartItemsRequest1}, this.RemoveShoppingCartItemsRequestOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void RemoveShoppingCartItemsRequestAsync(RemoveShoppingCartItemsRequest RemoveShoppingCartItemsRequest1) {
     this.RemoveShoppingCartItemsRequestAsync(RemoveShoppingCartItemsRequest1, null);
 }