コード例 #1
0
 /// <remarks/>
 public void AddShoppingCartItemsRequestAsync(AddShoppingCartItemsRequest AddShoppingCartItemsRequest1, object userState) {
     if ((this.AddShoppingCartItemsRequestOperationCompleted == null)) {
         this.AddShoppingCartItemsRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddShoppingCartItemsRequestOperationCompleted);
     }
     this.InvokeAsync("AddShoppingCartItemsRequest", new object[] {
                 AddShoppingCartItemsRequest1}, this.AddShoppingCartItemsRequestOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void AddShoppingCartItemsRequestAsync(AddShoppingCartItemsRequest AddShoppingCartItemsRequest1) {
     this.AddShoppingCartItemsRequestAsync(AddShoppingCartItemsRequest1, null);
 }