Пример #1
0
 public AxlNetClient.GetPhysicalLocationRes getPhysicalLocation(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation1)
 {
     AxlNetClient.getPhysicalLocationRequest inValue = new AxlNetClient.getPhysicalLocationRequest();
     inValue.getPhysicalLocation = getPhysicalLocation1;
     AxlNetClient.getPhysicalLocationResponse retVal = ((AxlNetClient.AXLPort8)(this)).getPhysicalLocation(inValue);
     return(retVal.getPhysicalLocationResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhysicalLocationResponse> getPhysicalLocationAsync(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation)
 {
     AxlNetClient.getPhysicalLocationRequest inValue = new AxlNetClient.getPhysicalLocationRequest();
     inValue.getPhysicalLocation = getPhysicalLocation;
     return(((AxlNetClient.AXLPort8)(this)).getPhysicalLocationAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getPhysicalLocationResponse> AxlNetClient.AXLPort8.getPhysicalLocationAsync(AxlNetClient.getPhysicalLocationRequest request)
 {
     return(base.Channel.getPhysicalLocationAsync(request));
 }
Пример #4
0
 AxlNetClient.getPhysicalLocationResponse AxlNetClient.AXLPort8.getPhysicalLocation(AxlNetClient.getPhysicalLocationRequest request)
 {
     return(base.Channel.getPhysicalLocation(request));
 }