[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Using .NET Filesystem watcher

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
In general, you cannot prevent error 15740. If the class sends events on other threads, it cannot be used from the ABL. It makes total sense that the class would be doing this as it is watching when changes are happening in the file system. Those changes can happen at any point, asynchronous to what is happening on the main thread. But look at the SynchronizingObject property. I'm not sure I'm reading what it says correctly. But maybe that will help you.

Continue reading...
 
Status
Not open for further replies.
Back
Top