PipelineReader<T>.EndOfPipeline 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.
Check if the stream is closed and contains no data.
public:
abstract property bool EndOfPipeline { bool get(); };
public:
abstract property bool EndOfPipeline { bool get(); };
public abstract bool EndOfPipeline { get; }
member this.EndOfPipeline : bool
Public MustOverride ReadOnly Property EndOfPipeline As Boolean
Property Value
True if the stream is closed and contains no data, otherwise false
Remarks
Attempting to read from the underlying stream if EndOfPipeline is true returns zero objects.