Hi, I made an application in VB.NET, this application has a thread that constantly seeks documents and validates their status to perform some operations on them. The problem is that when the status of a document changes, the thread does not look at the change.
Spontaneously, the thread can see the changes, sometimes in few minutes and somethimes several hours later.
I have tried many solutions, but none works.
any idea?
Thanks.