isbackground Questions

2

Solved

I'm using a thread in C# where I've set the IsBackground property to true. The thread is running some code in a loop until the application closes. When the application is closed the thread also sto...
Fredenburg asked 13/6, 2012 at 7:27

1

I have a windows service written in .NET 3.5 (c#) with a System.Threading.Timer that spawns several Threads in each callback. These are just normal threads (no Thread Pool) and I've set the IsBackg...
Centrist asked 8/5, 2010 at 17:7

4

Solved

I'm running some background threads in the GUI. Currently I'm implementing a personal Thread cancellation code but there is IsBackground property in threads and according MSDN they'll cancel themse...
Gowrie asked 30/8, 2009 at 16:12
1

© 2022 - 2024 — McMap. All rights reserved.