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

9 years ago
486
0
Reply

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

    Vishal Verma
    9 years ago
    0