Esempio n. 1
0
 public AxlNetClient.StandardResponse updateHuntList(AxlNetClient.UpdateHuntListReq updateHuntList1)
 {
     AxlNetClient.updateHuntListRequest inValue = new AxlNetClient.updateHuntListRequest();
     inValue.updateHuntList = updateHuntList1;
     AxlNetClient.updateHuntListResponse retVal = ((AxlNetClient.AXLPort15)(this)).updateHuntList(inValue);
     return(retVal.updateHuntListResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHuntListResponse> updateHuntListAsync(AxlNetClient.UpdateHuntListReq updateHuntList)
 {
     AxlNetClient.updateHuntListRequest inValue = new AxlNetClient.updateHuntListRequest();
     inValue.updateHuntList = updateHuntList;
     return(((AxlNetClient.AXLPort15)(this)).updateHuntListAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateHuntListResponse> AxlNetClient.AXLPort15.updateHuntListAsync(AxlNetClient.updateHuntListRequest request)
 {
     return(base.Channel.updateHuntListAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateHuntListResponse AxlNetClient.AXLPort15.updateHuntList(AxlNetClient.updateHuntListRequest request)
 {
     return(base.Channel.updateHuntList(request));
 }