示例#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);
 }
示例#2
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));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateDevicePoolResponse> AxlNetClient.AXLPort9.updateDevicePoolAsync(AxlNetClient.updateDevicePoolRequest request)
 {
     return(base.Channel.updateDevicePoolAsync(request));
 }
示例#4
0
 AxlNetClient.updateDevicePoolResponse AxlNetClient.AXLPort9.updateDevicePool(AxlNetClient.updateDevicePoolRequest request)
 {
     return(base.Channel.updateDevicePool(request));
 }