Пример #1
0
 public AxlNetClient.GetDevicePoolRes getDevicePool(AxlNetClient.GetDevicePoolReq getDevicePool1)
 {
     AxlNetClient.getDevicePoolRequest inValue = new AxlNetClient.getDevicePoolRequest();
     inValue.getDevicePool = getDevicePool1;
     AxlNetClient.getDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).getDevicePool(inValue);
     return(retVal.getDevicePoolResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDevicePoolResponse> getDevicePoolAsync(AxlNetClient.GetDevicePoolReq getDevicePool)
 {
     return(axlPortClient9.getDevicePoolAsync(getDevicePool));
 }
Пример #3
0
 public AxlNetClient.GetDevicePoolRes getDevicePool(AxlNetClient.GetDevicePoolReq getDevicePool1)
 {
     return(axlPortClient9.getDevicePool(getDevicePool1));
 }
Пример #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getDevicePoolResponse> getDevicePoolAsync(AxlNetClient.GetDevicePoolReq getDevicePool)
 {
     AxlNetClient.getDevicePoolRequest inValue = new AxlNetClient.getDevicePoolRequest();
     inValue.getDevicePool = getDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).getDevicePoolAsync(inValue));
 }