Click or drag to resize

BaseReaderReadToEndAsync Method

Reads the stream to the end asynchronously.

Namespace: EdiFabric.Framework.Readers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public Task<IEnumerable<IEdiItem>> ReadToEndAsync()

Return Value

TaskIEnumerableIEdiItem
All items that were found in the stream.
See Also