执行绪为透过程序的执行路径。
预设为与父执行绪相同的存取。
多个执行绪可于同时进入读取模式。
您可以从任何执行绪中呼叫这个方法。
在这种情况下,两个执行绪都无法继续。
在冻结执行绪后,此方法可让它继续执行。
After a thread has been frozen, this method enables it to continue to execute.
在背景工作执行绪回呼方法内设定中断点。
Set the breakpoint inside the worker thread callback method.
多重执行绪可以同时存取应用程序状态变数。
Application state variables can be accessed by multiple threads at the same time.
说明如何建立、开始、暂停、继续和中止执行绪。
Explains how to create, start, pause, resume, and abort threads.
每一个执行绪在萤幕周围弹出不同颜色的快乐脸。
Each thread bounces a happy face of a different color around the screen.
在处理序中的所有执行绪共用该处理序的位址空间。
All the threads within a process share the address space of that process.
在作业系统中执行的每个处理序都包含至少一个执行绪。
Every process that is running in the operating system consists of at least one thread.
如果想要的话,您可以在应用程序里建立额外的执行绪。
You can create additional threads in your application if you want.
如果同时有太多执行绪,则其中多数的进度会相当缓慢。
If there are too many threads, most of them will not make significant progress.
拦截及处理由于其他执行绪所做变更而产生的例外状况。
Catch and handle the exceptions that result from changes made by other threads.
在函式评估期间,会冻结您正在评估的函式以外的所有执行绪。
During function evaluation, all threads other than the function you are evaluating are frozen.
执行阶段会不断追踪哪一个执行绪在哪一个应用程序定义域中执行。
The run time keeps track of which threads are running in which application domains.
唯有在存取集合之前,将所有执行绪都锁定物件,同步处理才会有效。
Synchronization is effective only if all threads lock the object before accessing the collection.
唯有在存取集合之前,将所有执行绪都锁定物件,同步处理才会有效。
Synchronization is effective only if all threads lock the object before accessing the collection.
应用推荐