in

mscommunity.net

Interactive mscommunity.net online activities

DarioF

[Advanced Programming] ThreadStatic fields

ThreadStaticAttribute class gives us a very neat (and lazy) method for creating thread level static fields. Any static field marked with ThreadStatic attribute will be unique for each thread accessing it. public class ThreadStaticSample { [ThreadStatic Read More...

Read the complete post at http://dario.blog.viadis.hr/2006/10/advanced-programming-threadstatic.html

Powered by Community Server (Commercial Edition), by Telligent Systems