B
Boki
Hi All,
When thread returns, that means the thread is closed ?
What is the standard way to kill it ?
threadA= null ;
Thank you for advice!
/* CODE BEGIN */
public partial class Form1 : Form
{
private static Thread thread_Interent;
...
public void Boki_internet_CallbackFunction()
{
{
// code a b c d e g g
Thread.Sleep(1000);
}
}
....
}
/* CODE END */
Best regards,
Boki.
When thread returns, that means the thread is closed ?
What is the standard way to kill it ?
threadA= null ;
Thank you for advice!
/* CODE BEGIN */
public partial class Form1 : Form
{
private static Thread thread_Interent;
...
public void Boki_internet_CallbackFunction()
{
{
// code a b c d e g g
Thread.Sleep(1000);
}
}
....
}
/* CODE END */
Best regards,
Boki.