code monkey
ThreadPool.QueueUserWorkItem(new WaitCallback(
delegate(object stateInfo)
{
saveToDB();
}));
Print | posted on Saturday, May 09, 2009 1:42 PM