PipelineReader<T>.ReadToEnd Method
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.
Blocks until the pipeline closes and reads all objects.
public:
abstract System::Collections::ObjectModel::Collection<T> ^ ReadToEnd();
public abstract System.Collections.ObjectModel.Collection<T> ReadToEnd ();
abstract member ReadToEnd : unit -> System.Collections.ObjectModel.Collection<'T>
Public MustOverride Function ReadToEnd () As Collection(Of T)
Returns
Collection<T>
A collection of zero or more objects.
Remarks
If the stream is empty, an empty collection is returned.