Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHuntListResponse> updateHuntListAsync(AxlNetClient.UpdateHuntListReq updateHuntList)
 {
     return(axlPortClient15.updateHuntListAsync(updateHuntList));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse updateHuntList(AxlNetClient.UpdateHuntListReq updateHuntList1)
 {
     return(axlPortClient15.updateHuntList(updateHuntList1));
 }
Beispiel #4
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));
 }