02-14-2019, 09:41 PM
You can have a look at IWMonitor. There is a demo here:
https://github.com/Atozed/IntraWeb/tree/...IWMonitor2
IWMonitor is a kind of "lightweight" timer with a few more options. The good thing about it is that it doesn't lock the user session session.
IWMonitor basically watches a WebApplication property (named "Status") for changes. Whenever Status change, it will trigger an event. When the status equals a "target" value it also trigger events and you can respond to that.
Please have a look and let me know if you need further help
https://github.com/Atozed/IntraWeb/tree/...IWMonitor2
IWMonitor is a kind of "lightweight" timer with a few more options. The good thing about it is that it doesn't lock the user session session.
IWMonitor basically watches a WebApplication property (named "Status") for changes. Whenever Status change, it will trigger an event. When the status equals a "target" value it also trigger events and you can respond to that.
Please have a look and let me know if you need further help

