M
mmitchell
I have a thread that does periodic database maintenance. While this
process is going on I would like the rest of the application to hold
off on accessing the database. I thought I could share a property in a
class to hold the status, but that doesn't seem to work.
Any ideas on what the best way for me to determine when the thread is
doing it's work?
Thanks
Mike
process is going on I would like the rest of the application to hold
off on accessing the database. I thought I could share a property in a
class to hold the status, but that doesn't seem to work.
Any ideas on what the best way for me to determine when the thread is
doing it's work?
Thanks
Mike