Lock Threads

  • Thread starter Thread starter Analizer1
  • Start date Start date
A

Analizer1

Hi
I have a Static Class with a few Methods/functions
im trying to make them thread safe...
public static myclass
{
pubice static void dosomework()
{
//how to lock in a static method
.....do some stuff
}
}

tks
 
Back
Top