This content has been marked as final.
Show 2 replies
-
1. Re: Background thread
gavin.king Mar 26, 2007 1:58 PM (in response to fers)Use an asychronous method, with an interval
-
2. Re: Background thread
fers Mar 26, 2007 3:03 PM (in response to fers)But there is problem with persistency. I think I can't use asynchronous method, because I need the thread to be spanned after start of the application (and I need it to be running only one at a time).
Anyway thank you Gavin.