Ejemplo 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);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMtpResponse> updateMtpAsync(AxlNetClient.UpdateMtpReq updateMtp)
 {
     return(axlPortClient39.updateMtpAsync(updateMtp));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse updateMtp(AxlNetClient.UpdateMtpReq updateMtp1)
 {
     return(axlPortClient39.updateMtp(updateMtp1));
 }
Ejemplo n.º 4
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));
 }