Which process is best to implement continuous work between thread and task?
问题 I want the below process run continuously.But confused to use Thread or Task. I am also new in implementing Thread or Task.Is the process is right I am implementing? Between Thread and Task which is better for getting fast performance for long running process? private void BtnStart_Click(object sender, EventArgs e) { IClockThread(); } This method is creating thread for every machine. public void IClockThread() { txtStatus.BeginInvoke((Action)(() => txtStatus.Text = "Thread for IClock Starts..