Пример #1
0
 public AxlNetClient.StandardResponse applyLine(AxlNetClient.ApplyLineReq applyLine1)
 {
     AxlNetClient.applyLineRequest inValue = new AxlNetClient.applyLineRequest();
     inValue.applyLine = applyLine1;
     AxlNetClient.applyLineResponse retVal = ((AxlNetClient.AXLPort40)(this)).applyLine(inValue);
     return(retVal.applyLineResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyLineResponse> applyLineAsync(AxlNetClient.ApplyLineReq applyLine)
 {
     AxlNetClient.applyLineRequest inValue = new AxlNetClient.applyLineRequest();
     inValue.applyLine = applyLine;
     return(((AxlNetClient.AXLPort40)(this)).applyLineAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyLineResponse> AxlNetClient.AXLPort40.applyLineAsync(AxlNetClient.applyLineRequest request)
 {
     return(base.Channel.applyLineAsync(request));
 }
Пример #4
0
 AxlNetClient.applyLineResponse AxlNetClient.AXLPort40.applyLine(AxlNetClient.applyLineRequest request)
 {
     return(base.Channel.applyLine(request));
 }