开发者

DeepZoom + FileSystemWatcher class

开发者 https://www.devze.com 2022-12-20 09:19 出处:网络
I am storing deepzoom tiles to a temporary f开发者_开发问答older using create function of collection creator class.
  1. I am storing deepzoom tiles to a temporary f开发者_开发问答older using create function of collection creator class.
  2. I am setting FilesystemWatcher class on the temporary folder where DeepZoom tiles get created.

When I Run the project in Debug Mode, and debug ucode using F10, i dont get any notification that the files are changes, but when i dont debug and press F5, i got notification events that "files in temporary folder is getting changed".

Is there any specific events where i am sure that deepzoom tile stuff is completed so that after that only i can set FileSystemWatcher class stuff.

Could anyone please help me?


I don't know if it helps, but the FileSystemWatcher class isn't entirely reliable.

0

精彩评论

暂无评论...
验证码 换一张
取 消