I called a function with BeginInvoke. A new seperate thread created. But I couldn't get sure wheteher the thread gets killed after the execution is over or not. If not, what should be the way to kill it. Is it EndInvoke? If yes, how should I apply EndInvoke?
Last edited: