Hi,
I have a general data access which is created with a NEW constructor for each use.
Within it for each method I record with Modular variables how long a data access takes.
Then within the Close Method, called from client code, I then stop the timer and log the start and end time.
I'm wondering how thread safe this approach may be..?
Any comments would be appriciated..
Thanks
I have a general data access which is created with a NEW constructor for each use.
Within it for each method I record with Modular variables how long a data access takes.
Then within the Close Method, called from client code, I then stop the timer and log the start and end time.
I'm wondering how thread safe this approach may be..?
Any comments would be appriciated..
Thanks