Пример #1
0
 public AxlNetClient.StandardResponse updateMtp(AxlNetClient.UpdateMtpReq updateMtp1)
 {
     AxlNetClient.updateMtpRequest inValue = new AxlNetClient.updateMtpRequest();
     inValue.updateMtp = updateMtp1;
     AxlNetClient.updateMtpResponse retVal = ((AxlNetClient.AXLPort39)(this)).updateMtp(inValue);
     return(retVal.updateMtpResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMtpResponse> updateMtpAsync(AxlNetClient.UpdateMtpReq updateMtp)
 {
     AxlNetClient.updateMtpRequest inValue = new AxlNetClient.updateMtpRequest();
     inValue.updateMtp = updateMtp;
     return(((AxlNetClient.AXLPort39)(this)).updateMtpAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateMtpResponse> AxlNetClient.AXLPort39.updateMtpAsync(AxlNetClient.updateMtpRequest request)
 {
     return(base.Channel.updateMtpAsync(request));
 }
Пример #4
0
 AxlNetClient.updateMtpResponse AxlNetClient.AXLPort39.updateMtp(AxlNetClient.updateMtpRequest request)
 {
     return(base.Channel.updateMtp(request));
 }