I need to monitor all files in a folder, when a file opened (FileObserver.OPEN) I want to execute a method. The problem is some tim开发者_如何学编程es, the FileObserver instance is collected by GC, I
I am reading my DataTable as follow: foreach ( DataRow o_DataRow in vco_DataTable.Rows ) { //Insert More Here