Exemplo n.º 1
0
 /// <summary>
 /// abort the thread execution
 /// </summary>
 public void Abort()
 {
     ThreadObject.Abort();
 }
Exemplo n.º 2
0
 /// <summary>
 /// abort the thread execution
 /// </summary>
 public void Abort()
 {
     bThreadIsAborting = true;
     ThreadObject.Abort();
 }