Esempio n. 1
0
 public AxlNetClient.StandardResponse updateDevicePool(AxlNetClient.UpdateDevicePoolReq updateDevicePool1)
 {
     AxlNetClient.updateDevicePoolRequest inValue = new AxlNetClient.updateDevicePoolRequest();
     inValue.updateDevicePool = updateDevicePool1;
     AxlNetClient.updateDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).updateDevicePool(inValue);
     return(retVal.updateDevicePoolResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDevicePoolResponse> updateDevicePoolAsync(AxlNetClient.UpdateDevicePoolReq updateDevicePool)
 {
     return(axlPortClient9.updateDevicePoolAsync(updateDevicePool));
 }
Esempio n. 3
0
 public AxlNetClient.StandardResponse updateDevicePool(AxlNetClient.UpdateDevicePoolReq updateDevicePool1)
 {
     return(axlPortClient9.updateDevicePool(updateDevicePool1));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDevicePoolResponse> updateDevicePoolAsync(AxlNetClient.UpdateDevicePoolReq updateDevicePool)
 {
     AxlNetClient.updateDevicePoolRequest inValue = new AxlNetClient.updateDevicePoolRequest();
     inValue.updateDevicePool = updateDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).updateDevicePoolAsync(inValue));
 }