Get Unique Ids from service and use it as batch

  • Thread starter Thread starter Krishna90
  • Start date Start date
K

Krishna90

Guest
Hi,


I have a requirement to get the unique ids


I do get it from a service as 1000 at a time. Example: GetIds(1000) - I get it from 1-1000. For next call GetIds(1000) I get it as 1001 to 2000

I want to user these 1000 Ids as a batch in my c# code once I reach to 999 I want to call GetIds to get my next bacth.

Create batch for 1000 everytime, use all ids and call the service after every 1000.

How can I do this as batch operation?

Continue reading...
 
Back
Top