Beispiel #1
0
 public AxlNetClient.StandardResponse applyMtp(AxlNetClient.NameAndGUIDRequest applyMtp1)
 {
     AxlNetClient.applyMtpRequest inValue = new AxlNetClient.applyMtpRequest();
     inValue.applyMtp = applyMtp1;
     AxlNetClient.applyMtpResponse retVal = ((AxlNetClient.AXLPort39)(this)).applyMtp(inValue);
     return(retVal.applyMtpResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyMtpResponse> applyMtpAsync(AxlNetClient.NameAndGUIDRequest applyMtp)
 {
     AxlNetClient.applyMtpRequest inValue = new AxlNetClient.applyMtpRequest();
     inValue.applyMtp = applyMtp;
     return(((AxlNetClient.AXLPort39)(this)).applyMtpAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyMtpResponse> AxlNetClient.AXLPort39.applyMtpAsync(AxlNetClient.applyMtpRequest request)
 {
     return(base.Channel.applyMtpAsync(request));
 }
Beispiel #4
0
 AxlNetClient.applyMtpResponse AxlNetClient.AXLPort39.applyMtp(AxlNetClient.applyMtpRequest request)
 {
     return(base.Channel.applyMtp(request));
 }