コード例 #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)
 {
     return(axlPortClient8.getPhysicalLocationAsync(getPhysicalLocation));
 }
コード例 #3
0
 public AxlNetClient.GetPhysicalLocationRes getPhysicalLocation(AxlNetClient.GetPhysicalLocationReq getPhysicalLocation1)
 {
     return(axlPortClient8.getPhysicalLocation(getPhysicalLocation1));
 }
コード例 #4
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));
 }