1
Reply

How can we make static variables accessible to only current thread and not to all threads of the application?

Vishal Verma

Vishal Verma

9y
489
0
Reply

    We can do that by using [ThreadStatic] attribute .This will make them available to one thread