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