Question 1 of 20
Manage Program Flow - Multithreading
You want to synchronize access by using a lock statement. On which member do you lock?
object _lock = new object();
this
string _lock = “mylock”
int _lock = 42;