A
Alex
Dear colleagues
I do the following:
Private Shared mutRefresh as New Mutex()
Before I call mutRefresh.ReleaseMutex() how can I check if
mutRefresh.WaitOne was called?
I realised that the I receive an exception if I call
mutRefresh.ReleaseMutex() before mutRefresh.WaitOne().
Hope somebody can help me.
Thanks Alex
I do the following:
Private Shared mutRefresh as New Mutex()
Before I call mutRefresh.ReleaseMutex() how can I check if
mutRefresh.WaitOne was called?
I realised that the I receive an exception if I call
mutRefresh.ReleaseMutex() before mutRefresh.WaitOne().
Hope somebody can help me.
Thanks Alex