PipelineReader<T>.MaxCapacity Property

Definition

Get the capacity of the stream.

public:
 abstract property int MaxCapacity { int get(); };
public:
 abstract property int MaxCapacity { int get(); };
public abstract int MaxCapacity { get; }
member this.MaxCapacity : int
Public MustOverride ReadOnly Property MaxCapacity As Integer

Property Value

The capacity of the stream.

Remarks

The capacity is the number of objects that stream may contain at one time. Once this limit is reached, attempts to write into the stream block until buffer space becomes available.

Applies to