Пример #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);
 }
Пример #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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.resetDevicePoolResponse> AxlNetClient.AXLPort9.resetDevicePoolAsync(AxlNetClient.resetDevicePoolRequest request)
 {
     return(base.Channel.resetDevicePoolAsync(request));
 }
Пример #4
0
 AxlNetClient.resetDevicePoolResponse AxlNetClient.AXLPort9.resetDevicePool(AxlNetClient.resetDevicePoolRequest request)
 {
     return(base.Channel.resetDevicePool(request));
 }