J 
		
								
				
				
			
		Jon Pope
What is the difference between firing off a method via BeginInvoke, and
running code on a worker thread? Based on the documentation, it would
appear that the asynchronous call created with BeginInvoke does the same
thing as a worker thread, but the async call runs in the UI thread.
Cheers, Jon
				
			running code on a worker thread? Based on the documentation, it would
appear that the asynchronous call created with BeginInvoke does the same
thing as a worker thread, but the async call runs in the UI thread.
Cheers, Jon