I\'m new to threading in C#. Is there anyway of setting a timeout for a thread without blocking the calling thread (in C# 3.5)?
If not, is it logical to execute a fu
See this: http://www.techtalkz.com/c-c-sharp/111717-thread-timeout.html
Check out the TimeSpan method http://msdn.microsoft.com/en-us/library/23f7b1ct.aspx