Example #1
0
 public AxlNetClient.StandardResponse restartDevicePool(AxlNetClient.NameAndGUIDRequest restartDevicePool1)
 {
     AxlNetClient.restartDevicePoolRequest inValue = new AxlNetClient.restartDevicePoolRequest();
     inValue.restartDevicePool = restartDevicePool1;
     AxlNetClient.restartDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).restartDevicePool(inValue);
     return(retVal.restartDevicePoolResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.restartDevicePoolResponse> restartDevicePoolAsync(AxlNetClient.NameAndGUIDRequest restartDevicePool)
 {
     AxlNetClient.restartDevicePoolRequest inValue = new AxlNetClient.restartDevicePoolRequest();
     inValue.restartDevicePool = restartDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).restartDevicePoolAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.restartDevicePoolResponse> AxlNetClient.AXLPort9.restartDevicePoolAsync(AxlNetClient.restartDevicePoolRequest request)
 {
     return(base.Channel.restartDevicePoolAsync(request));
 }
Example #4
0
 AxlNetClient.restartDevicePoolResponse AxlNetClient.AXLPort9.restartDevicePool(AxlNetClient.restartDevicePoolRequest request)
 {
     return(base.Channel.restartDevicePool(request));
 }