End Google Ads 201810 - BS.net 01 --> i recently see the code:
lock(obj)
{
...
System.Threading.Monitor.PulseAll(obj);//is it need?
}
i want to konw the sentence is need?