ThreadingModel Enumeration

Specifies the threading model.

Syntax

public enum class ThreadingModel  

Members

Member Value Description
Both Both single-threaded and multithreaded apartments.
InvalidThreading No valid threading model applies.
MTA Multithreaded apartment.
STA Single-threaded apartment.

Requirements

Namespace: Windows.Foundation.Metadata

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Metadata Namespace