ThreadPool.ThreadCount 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 le nombre de threads du pool de threads qui existent actuellement.
public:
static property int ThreadCount { int get(); };
public static int ThreadCount { get; }
member this.ThreadCount : int
Public Shared ReadOnly Property ThreadCount As Integer
Valeur de propriété
Nombre de threads de pool de threads qui existent actuellement.
Remarques
Si une implémentation de pool de threads peut avoir différents types de threads, le nombre inclut tous les types.