/// <remarks/>
 public ItemInfoExt EnddoShowItemInfoExt(System.IAsyncResult asyncResult, out ItemCatList[] itemcatpath, out ItemImageList[] itemimglist, out AttribStruct[] itemattriblist, out PostageStruct[] itempostageoptions, out ItemPaymentOptions itempaymentoptions, out CompanyInfoStruct itemcompanyinfo)
 {
     object[] results = this.EndInvoke(asyncResult);
     itemcatpath = ((ItemCatList[])(results[1]));
     itemimglist = ((ItemImageList[])(results[2]));
     itemattriblist = ((AttribStruct[])(results[3]));
     itempostageoptions = ((PostageStruct[])(results[4]));
     itempaymentoptions = ((ItemPaymentOptions)(results[5]));
     itemcompanyinfo = ((CompanyInfoStruct)(results[6]));
     return ((ItemInfoExt)(results[0]));
 }
 /// <remarks/>
 public ItemInfo EnddoGetItemTransaction(System.IAsyncResult asyncResult, out ItemCatList[] itemcatpath, out ItemImageList[] itemimglist, out ItemTransStruct[] bidwoncontactinfo, out BidListStruct2[] bidlostinfo)
 {
     object[] results = this.EndInvoke(asyncResult);
     itemcatpath = ((ItemCatList[])(results[1]));
     itemimglist = ((ItemImageList[])(results[2]));
     bidwoncontactinfo = ((ItemTransStruct[])(results[3]));
     bidlostinfo = ((BidListStruct2[])(results[4]));
     return ((ItemInfo)(results[0]));
 }