Пример #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);
 }
Пример #2
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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateLineResponse> AxlNetClient.AXLPort40.updateLineAsync(AxlNetClient.updateLineRequest request)
 {
     return(base.Channel.updateLineAsync(request));
 }
Пример #4
0
 AxlNetClient.updateLineResponse AxlNetClient.AXLPort40.updateLine(AxlNetClient.updateLineRequest request)
 {
     return(base.Channel.updateLine(request));
 }