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
 
Back
Top