BlockingCollection<T>.IsCompleted Property

Definition

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

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

Property Value

Whether this collection has been marked as complete for adding and is empty.

Exceptions

Applies to

See also