BlockingCollection<T>.IsAddingCompleted Propriété
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 si ce BlockingCollection<T> a été marqué comme ne pouvant plus accepter d'ajout.
public:
property bool IsAddingCompleted { bool get(); };
public bool IsAddingCompleted { get; }
member this.IsAddingCompleted : bool
Public ReadOnly Property IsAddingCompleted As Boolean
Si cette collection a été marquée comme ne pouvant plus accepter d’ajout.
BlockingCollection<T> a été supprimé.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: