Hi Bruno,Thanks for your quick response. I did it as you advise. So, at the end the code worked fine doing something like:int lastDocNum = someNumber;for (;;)
{
var serviceLayer = new SLConnection(... // my stuff
var invoiceList = await serviceLay...
Dear Bruno,
Thanks for your article and https://www.nuget.org/packages/B1SLayer
Excellent piece of work!
I have a scenario where I want to process a huge amount of rows. i.e.
serviceLayer.AfterCall(async call =>
{
Console.WriteLine($"Call duration...