Hi
I have some questions about this code, http://code.doria.se/?c=18.
1. Will the Adapter class be thread-safe?
2. In the #region Way 1 I use lock(_lockobj) every time I go about and do
something, is this necessary?
3. If the answer in question 2 is no, when are one suppose to use lock()? Or
is it enough with what going on in Instance.
4. Anything else I need to know?
Thanks
I have some questions about this code, http://code.doria.se/?c=18.
1. Will the Adapter class be thread-safe?
2. In the #region Way 1 I use lock(_lockobj) every time I go about and do
something, is this necessary?
3. If the answer in question 2 is no, when are one suppose to use lock()? Or
is it enough with what going on in Instance.
4. Anything else I need to know?
Thanks
Comment