Browse by Tags

All Tags » PARAMETRES (RSS)

ParameterizedThread in .NET 1.1 by stefan.sedich

Had a problem where I wanted to run a function in a thread but it expected multiple params. So I went around making the ParameterizedThread Class which helped me to execute this method. The Class: Public Class ParameterizedThread Private m_Method As ...
More Posts