A
AA2e72E
Are there any dangers with a line of code such as:
new System.Threading.Thread(UpdateContacts).Start();
On completion, does the thread get taken care of by ... what?
new System.Threading.Thread(UpdateContacts).Start();
On completion, does the thread get taken care of by ... what?