Example #1
0
 /// <summary>
 /// 检查线程池组件是否已启动
 /// </summary>
 /// <returns></returns>
 public bool HasStarted()
 {
     return(ThreadPoolSdk.HP_ThreadPool_HasStarted(pThreadPool));
 }