BlockingCollection<T>.IsCompleted Eigenschaft

Definition

Ruft ab, ob diese BlockingCollection<T> zum Hinzufügen als vollständig markiert wurde und leer ist.

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

Eigenschaftswert

Ob diese Auflistung zum Hinzufügen als vollständig markiert wurde und leer ist.

Ausnahmen

Gilt für:

Weitere Informationen