示例#1
0
 /// <summary>
 /// Abort this instance, for custom thread instances
 /// </summary>
 public void Abort()
 {
     Handler.Abort();
 }