I have property definition in class where i have only Counters, this must be thread-safe and this isn\'t because get and set is not in same lock, How t
get
set
You could declare the _DoneCounter variable as "volatile", to make it thread-safe. See this:
http://msdn.microsoft.com/en-us/library/x13ttww7%28v=vs.71%29.aspx