PipelineWriter.MaxCapacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.