ProcessThread.WaitReason Propriété
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.
Obtient la raison pour laquelle le thread est en attente.
public:
property System::Diagnostics::ThreadWaitReason WaitReason { System::Diagnostics::ThreadWaitReason get(); };
public System.Diagnostics.ThreadWaitReason WaitReason { get; }
member this.WaitReason : System.Diagnostics.ThreadWaitReason
Public ReadOnly Property WaitReason As ThreadWaitReason
Valeur de propriété
ThreadWaitReason représentant la raison pour laquelle le thread est en état d'attente.
Exceptions
Le thread n'est pas en état d'attente.
Le processus se trouve sur un ordinateur distant.
Remarques
La WaitReason propriété est valide uniquement lorsque a la ThreadState valeur Wait. Par conséquent, case activée la ThreadState valeur avant d’obtenir la WaitReason propriété .