ThreadPoolOption Enumeration
.NET Framework 2.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)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(False)> _ Public Enumeration ThreadPoolOption 'Usage Dim instance As ThreadPoolOption
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(false) */ public enum ThreadPoolOption
SerializableAttribute ComVisibleAttribute(false) public enum ThreadPoolOption
| 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: