BlockingCollection<T>.IsAddingCompleted Propiedad

Definición

Obtiene si se BlockingCollection<T> ha marcado como completado para agregar.

public:
 property bool IsAddingCompleted { bool get(); };
public bool IsAddingCompleted { get; }
member this.IsAddingCompleted : bool
Public ReadOnly Property IsAddingCompleted As Boolean

Valor de propiedad

Indica si esta colección se ha marcado como completa para agregarla.

Excepciones

Se aplica a

Consulte también