Exemple #1
0
 public AxlNetClient.StandardResponse updateLine(AxlNetClient.UpdateLineReq updateLine1)
 {
     AxlNetClient.updateLineRequest inValue = new AxlNetClient.updateLineRequest();
     inValue.updateLine = updateLine1;
     AxlNetClient.updateLineResponse retVal = ((AxlNetClient.AXLPort40)(this)).updateLine(inValue);
     return(retVal.updateLineResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLineResponse> updateLineAsync(AxlNetClient.UpdateLineReq updateLine)
 {
     return(axlPortClient40.updateLineAsync(updateLine));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse updateLine(AxlNetClient.UpdateLineReq updateLine1)
 {
     return(axlPortClient40.updateLine(updateLine1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateLineResponse> updateLineAsync(AxlNetClient.UpdateLineReq updateLine)
 {
     AxlNetClient.updateLineRequest inValue = new AxlNetClient.updateLineRequest();
     inValue.updateLine = updateLine;
     return(((AxlNetClient.AXLPort40)(this)).updateLineAsync(inValue));
 }