CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
apartment_state.h
1
2#ifndef _aspose_system_threading_apartment_state_h_
3#define _aspose_system_threading_apartment_state_h_
4
5namespace System { namespace Threading {
6
8enum class ApartmentState
9{
11 STA = 0,
13 MTA = 1,
15 Unknown = 2
16};
17
18} }
19
20#endif
ApartmentState
Sets apartment state of the thread.
Definition: apartment_state.h:9
@ STA
Thread will be created in single-threaded apartment.
@ MTA
Thread will be created in single-threaded apartment.
Definition: db_command.h:9