PipelineReader<T>.EndOfPipeline Property

Definition

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.

Applies to