System::Threading::ApartmentState enum
ApartmentState enum
Sets apartment state of the thread.
enum class ApartmentState
Values
Name | Value | Description |
---|---|---|
STA | 0 | Thread will be created in single-threaded apartment. |
MTA | 1 | Thread will be created in single-threaded apartment. |
Unknown | 2 | Thread apartment state is unspecified. |
See Also
- Namespace System::Threading
- Library Aspose.PUB for C++