Related resources for Multitheading Applications
  • Use Thread Local Storage to pass Thread Specific Data in VB.NET11/10/2012 2:35:02 AM. In an ideal world developers typically create instance variables and access these via interfaces to hold thread specific data. The .NET framework provides a mechanism to store data at a thread level and allows you to access this thread specific data anywhere this thread exists.