| 1. | On a thread instead of starting it , invoking 而不是启动线程,从构造函数中调用 |
| 2. | How to : create , start , and interact between threads 如何:创建线程、启动线程和在线程之间交互 |
| 3. | If their apartment state has not been set prior to starting the thread 。在启动线程之前可使用 |
| 4. | Starts a logical operation on a thread 启动线程上的逻辑操作。 |
| 5. | Starts a logical operation with the specified identity on a thread 启动线程上具有指定标识的逻辑操作。 |
| 6. | Starting the thread correctly 正确地启动线程 |
| 7. | To set the apartment state of threads you start in your code , use the 若要设置在代码中启动的线程的单元状态,请在启动线程前使用 |
| 8. | Upon startup , sql server starts threads and then associates workers with those threads Sql server在启动时将启动线程,然后将工作与这些线程进行关联。 |
| 9. | When you create a new sta thread , set the apartment state to sta before you start the thread 在创建新的sta线程时,应该在启动线程之前将单元状态设置为sta : |
| 10. | If the apartment state is set before the thread is started , the thread is initialized as a multithreaded apartment 如果在启动线程之前设置单元状态,则该线程被初始化为多线程单元( mta ) 。 |