コード例 #1
0
 /// <summary>
 /// abort the thread execution
 /// </summary>
 public void Abort()
 {
     ThreadObject.Abort();
 }
コード例 #2
0
 /// <summary>
 /// abort the thread execution
 /// </summary>
 public void Abort()
 {
     bThreadIsAborting = true;
     ThreadObject.Abort();
 }