ThreadPoolOption Enumeration
.NET Framework 3.0
Indicates the thread pool in which the work, submitted by Activity, runs.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
| Member name | Description | |
|---|---|---|
| Inherit | The same type of thread pool apartment as the caller's thread apartment is used. | |
| MTA | A multithreaded apartment (MTA) is used. | |
| None | No thread pool is used. If this value is used to configure a ServiceConfig that is passed to an Activity, an exception is thrown. | |
| STA | A single-threaded apartment (STA) is used. |
ThreadPoolOption is used for the value of ThreadPool.
Community Additions
ADD
Show: