コード例 #1
0
 public System.IAsyncResult BeginAddShoppingCartItemsRequest(AddShoppingCartItemsRequest AddShoppingCartItemsRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AddShoppingCartItemsRequest", new object[] {
         AddShoppingCartItemsRequest}, callback, asyncState);
 }
コード例 #2
0
 public ShoppingCart AddShoppingCartItemsRequest(AddShoppingCartItemsRequest AddShoppingCartItemsRequest)
 {
     object[] results = this.Invoke("AddShoppingCartItemsRequest", new object[] {
         AddShoppingCartItemsRequest});
     return ((ShoppingCart)(results[0]));
 }