non static class member a TLS?

  • Thread starter Thread starter Alan Chen
  • Start date Start date
A

Alan Chen

Hi,
In C# .NET, is non-static class data member a TLS(thread local storage)?

Thanks.
 
No, If you want a TLS you have to ask for through the Threading Class (I
forget the syntax, sorry).

HTH

David
 

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

Back
Top