Esempio n. 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);
 }
Esempio n. 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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateMtpResponse> AxlNetClient.AXLPort39.updateMtpAsync(AxlNetClient.updateMtpRequest request)
 {
     return(base.Channel.updateMtpAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateMtpResponse AxlNetClient.AXLPort39.updateMtp(AxlNetClient.updateMtpRequest request)
 {
     return(base.Channel.updateMtp(request));
 }