Ejemplo n.º 1
0
 public AxlNetClient.ListDevicePoolRes listDevicePool(AxlNetClient.ListDevicePoolReq listDevicePool1)
 {
     AxlNetClient.listDevicePoolRequest inValue = new AxlNetClient.listDevicePoolRequest();
     inValue.listDevicePool = listDevicePool1;
     AxlNetClient.listDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).listDevicePool(inValue);
     return(retVal.listDevicePoolResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDevicePoolResponse> listDevicePoolAsync(AxlNetClient.ListDevicePoolReq listDevicePool)
 {
     return(axlPortClient9.listDevicePoolAsync(listDevicePool));
 }
Ejemplo n.º 3
0
 public AxlNetClient.ListDevicePoolRes listDevicePool(AxlNetClient.ListDevicePoolReq listDevicePool1)
 {
     return(axlPortClient9.listDevicePool(listDevicePool1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.listDevicePoolResponse> listDevicePoolAsync(AxlNetClient.ListDevicePoolReq listDevicePool)
 {
     AxlNetClient.listDevicePoolRequest inValue = new AxlNetClient.listDevicePoolRequest();
     inValue.listDevicePool = listDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).listDevicePoolAsync(inValue));
 }