Lock Threads

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top