Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listPhysicalLocationResponse> listPhysicalLocationAsync(AxlNetClient.ListPhysicalLocationReq listPhysicalLocation)
 {
     return(axlPortClient8.listPhysicalLocationAsync(listPhysicalLocation));
 }
Beispiel #3
0
 public AxlNetClient.ListPhysicalLocationRes listPhysicalLocation(AxlNetClient.ListPhysicalLocationReq listPhysicalLocation1)
 {
     return(axlPortClient8.listPhysicalLocation(listPhysicalLocation1));
 }
Beispiel #4
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));
 }