CircuitOptions.MaxBufferedUnacknowledgedRenderBatches Property

Definition

Gets or sets the maximum number of render batches that a circuit will buffer until an acknowledgement for the batch is received.

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

Property Value

Defaults to 10.

Remarks

When the limit of buffered render batches is reached components will stop rendering and will wait until either the circuit is disconnected and disposed or at least one batch gets acknowledged.

Applies to