المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : need PulsAll in locked section?



C# Programming
08-22-2009, 11:46 AM
i recently see the code:
lock(obj)
{
...
System.Threading.Monitor.PulseAll(obj);//is it need?
}
i want to konw the sentence is need?