BlockingCollection<T>.IsAddingCompleted Property

Definition

Gets whether this BlockingCollection<T> has been marked as complete for adding.

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

Property Value

Whether this collection has been marked as complete for adding.

Exceptions

Applies to

See also