TaskScheduler.MaximumConcurrencyLevel 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.
Indique le niveau d'accès concurrentiel maximal que ce TaskScheduler peut prendre en charge.
public:
virtual property int MaximumConcurrencyLevel { int get(); };
public virtual int MaximumConcurrencyLevel { get; }
member this.MaximumConcurrencyLevel : int
Public Overridable ReadOnly Property MaximumConcurrencyLevel As Integer
Valeur de propriété
Retourne un entier qui représente le niveau d'accès concurrentiel maximal. Le planificateur par défaut retourne Int32.MaxValue.
Remarques
Pour plus d’informations, consultez TaskScheduler.