DataflowBlockOptions.BoundedCapacity Eigenschaft

Definition

Ruft die maximale Anzahl von Nachrichten ab, die vom Block gepuffert werden können, bzw. legt sie 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 Nachrichten. Der Standardwert ist -1, was eine unendliche Anzahl von Nachrichten angibt.

Gilt für: