コード例 #1
0
ファイル: Reference.cs プロジェクト: czivko/AxIntegrator
 public int catalogInventoryStockItemUpdate(string sessionId, string product, catalogInventoryStockItemUpdateEntity data)
 {
     object[] results = this.Invoke("catalogInventoryStockItemUpdate", new object[] {
                 sessionId,
                 product,
                 data});
     return ((int)(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: czivko/AxIntegrator
 /// <remarks/>
 public System.IAsyncResult BegincatalogInventoryStockItemUpdate(string sessionId, string product, catalogInventoryStockItemUpdateEntity data, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogInventoryStockItemUpdate", new object[] {
                 sessionId,
                 product,
                 data}, callback, asyncState);
 }