ThreadingModel Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie le modèle de thread.
public enum class ThreadingModel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
enum class ThreadingModel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public enum ThreadingModel
var value = Windows.Foundation.Metadata.ThreadingModel.sTA
Public Enum ThreadingModel
- Héritage
-
ThreadingModel
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.FoundationContract (introduit dans v1.0)
|
Champs
Both | 3 | Appartements monothread et multithread. |
InvalidThreading | 0 | Aucun modèle de threads valide ne s’applique. |
MTA | 2 | Appartement multithread. |
STA | 1 | Appartement monothread. |