Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse resetDevicePool(AxlNetClient.NameAndGUIDRequest resetDevicePool1)
 {
     AxlNetClient.resetDevicePoolRequest inValue = new AxlNetClient.resetDevicePoolRequest();
     inValue.resetDevicePool = resetDevicePool1;
     AxlNetClient.resetDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).resetDevicePool(inValue);
     return(retVal.resetDevicePoolResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.resetDevicePoolResponse> resetDevicePoolAsync(AxlNetClient.NameAndGUIDRequest resetDevicePool)
 {
     AxlNetClient.resetDevicePoolRequest inValue = new AxlNetClient.resetDevicePoolRequest();
     inValue.resetDevicePool = resetDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).resetDevicePoolAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.resetDevicePoolResponse> AxlNetClient.AXLPort9.resetDevicePoolAsync(AxlNetClient.resetDevicePoolRequest request)
 {
     return(base.Channel.resetDevicePoolAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.resetDevicePoolResponse AxlNetClient.AXLPort9.resetDevicePool(AxlNetClient.resetDevicePoolRequest request)
 {
     return(base.Channel.resetDevicePool(request));
 }