Hi

I'm pretty new to threading so apologies if I've not understood correctly. I'm trying to create a thread which will run a background Merge Replication sync on a windows mobile device. I need this to run in the background, doing the sync every few minutes but not holding up the main program in the process.

so, here's the code I've created just to test the principle:

Code:
static void ThreadMethod()
...