Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 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));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.addMtpResponse> AxlNetClient.AXLPort39.addMtpAsync(AxlNetClient.addMtpRequest request)
 {
     return(base.Channel.addMtpAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.addMtpResponse AxlNetClient.AXLPort39.addMtp(AxlNetClient.addMtpRequest request)
 {
     return(base.Channel.addMtp(request));
 }