コード例 #1
0
 public int catalogProductDownloadableLinkAdd(string sessionId, string productId, catalogProductDownloadableLinkAddEntity resource, string resourceType, string store, string identifierType)
 {
     object[] results = this.Invoke("catalogProductDownloadableLinkAdd", new object[] {
                 sessionId,
                 productId,
                 resource,
                 resourceType,
                 store,
                 identifierType});
     return ((int)(results[0]));
 }
コード例 #2
0
 /// <remarks/>
 public System.IAsyncResult BegincatalogProductDownloadableLinkAdd(string sessionId, string productId, catalogProductDownloadableLinkAddEntity resource, string resourceType, string store, string identifierType, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("catalogProductDownloadableLinkAdd", new object[] {
                 sessionId,
                 productId,
                 resource,
                 resourceType,
                 store,
                 identifierType}, callback, asyncState);
 }