public AxlNetClient.StandardResponse addMtp(AxlNetClient.AddMtpReq addMtp1) { AxlNetClient.addMtpRequest inValue = new AxlNetClient.addMtpRequest(); inValue.addMtp = addMtp1; AxlNetClient.addMtpResponse retVal = ((AxlNetClient.AXLPort39)(this)).addMtp(inValue); return(retVal.addMtpResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.addMtpResponse> addMtpAsync(AxlNetClient.AddMtpReq addMtp) { return(axlPortClient39.addMtpAsync(addMtp)); }
public AxlNetClient.StandardResponse addMtp(AxlNetClient.AddMtpReq addMtp1) { return(axlPortClient39.addMtp(addMtp1)); }
public System.Threading.Tasks.Task <AxlNetClient.addMtpResponse> addMtpAsync(AxlNetClient.AddMtpReq addMtp) { AxlNetClient.addMtpRequest inValue = new AxlNetClient.addMtpRequest(); inValue.addMtp = addMtp; return(((AxlNetClient.AXLPort39)(this)).addMtpAsync(inValue)); }