示例#1
0
 public AxlNetClient.StandardResponse removeMtp(AxlNetClient.NameAndGUIDRequest removeMtp1)
 {
     AxlNetClient.removeMtpRequest inValue = new AxlNetClient.removeMtpRequest();
     inValue.removeMtp = removeMtp1;
     AxlNetClient.removeMtpResponse retVal = ((AxlNetClient.AXLPort39)(this)).removeMtp(inValue);
     return(retVal.removeMtpResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeMtpResponse> removeMtpAsync(AxlNetClient.NameAndGUIDRequest removeMtp)
 {
     AxlNetClient.removeMtpRequest inValue = new AxlNetClient.removeMtpRequest();
     inValue.removeMtp = removeMtp;
     return(((AxlNetClient.AXLPort39)(this)).removeMtpAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.removeMtpResponse> AxlNetClient.AXLPort39.removeMtpAsync(AxlNetClient.removeMtpRequest request)
 {
     return(base.Channel.removeMtpAsync(request));
 }
示例#4
0
 AxlNetClient.removeMtpResponse AxlNetClient.AXLPort39.removeMtp(AxlNetClient.removeMtpRequest request)
 {
     return(base.Channel.removeMtp(request));
 }