Exemplo n.º 1
0
 public AxlNetClient.ListPhysicalLocationRes listPhysicalLocation(AxlNetClient.ListPhysicalLocationReq listPhysicalLocation1)
 {
     AxlNetClient.listPhysicalLocationRequest inValue = new AxlNetClient.listPhysicalLocationRequest();
     inValue.listPhysicalLocation = listPhysicalLocation1;
     AxlNetClient.listPhysicalLocationResponse retVal = ((AxlNetClient.AXLPort8)(this)).listPhysicalLocation(inValue);
     return(retVal.listPhysicalLocationResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listPhysicalLocationResponse> listPhysicalLocationAsync(AxlNetClient.ListPhysicalLocationReq listPhysicalLocation)
 {
     AxlNetClient.listPhysicalLocationRequest inValue = new AxlNetClient.listPhysicalLocationRequest();
     inValue.listPhysicalLocation = listPhysicalLocation;
     return(((AxlNetClient.AXLPort8)(this)).listPhysicalLocationAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.listPhysicalLocationResponse> AxlNetClient.AXLPort8.listPhysicalLocationAsync(AxlNetClient.listPhysicalLocationRequest request)
 {
     return(base.Channel.listPhysicalLocationAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.listPhysicalLocationResponse AxlNetClient.AXLPort8.listPhysicalLocation(AxlNetClient.listPhysicalLocationRequest request)
 {
     return(base.Channel.listPhysicalLocation(request));
 }