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