Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 613 Bytes

threadingmodel.md

File metadata and controls

34 lines (23 loc) · 613 Bytes
-api-id -api-type
T:Windows.Foundation.Metadata.ThreadingModel
winrt enum

ThreadingModel

-description

Specifies the threading model.

-enum-fields

-field STA:1

Single-threaded apartment.

-field MTA:2

Multithreaded apartment.

-field Both:3

Both single-threaded and multithreaded apartments.

-field InvalidThreading:0

No valid threading model applies.

-remarks

-examples

-see-also

ThreadingAttribute.ThreadingAttribute