Re: Alternative to Thread.Sleep?
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Thu, 2 Aug 2007 15:51:07 -0400
Hi,
"Andy" <andyj@xxxxxxxxxxxxxxxxxx> wrote in message
news:1186078913.434309.63530@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Aug 2, 10:16 am, "Ignacio Machin \( .NET/ C# MVP \)"
<ignacio.machin AT dot.state.fl.us> wrote:
What if you mark your thread as IsBackground, I'm under the impression
that
under this escenario the thread is just aborted.
The thread's are background threads already, but I wanted to be able
to pause execution as well. Also, the processing is such that I
didn't want the possiblity of the thread dying in the middle of the
processing code because the foreground thread terminated.
If the threads are marked as Background they will die as soon as the
foreground thread dies.
.
- References:
- Alternative to Thread.Sleep?
- From: Andy
- Re: Alternative to Thread.Sleep?
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: Alternative to Thread.Sleep?
- From: Andy
- Alternative to Thread.Sleep?
- Prev by Date: Re: Collections set accessors
- Next by Date: Re: Trim a multiple line message to a single line
- Previous by thread: Re: Alternative to Thread.Sleep?
- Next by thread: Re: Alternative to Thread.Sleep?
- Index(es):
Relevant Pages
|