DataflowBlockOptions.BoundedCapacity Eigenschaft

Definition

Ruft die maximale Anzahl von Nachrichten ab, die vom Block gepuffert werden, oder legt diese fest.

public:
 property int BoundedCapacity { int get(); void set(int value); };
public int BoundedCapacity { get; set; }
member this.BoundedCapacity : int with get, set
Public Property BoundedCapacity As Integer

Eigenschaftswert

Die maximale Anzahl von Nachrichten. Der Standardwert ist -1, der eine unbegrenzte Anzahl von Nachrichten angibt.

Gilt für: