| BaseReaderReadToEndAsync Method |
Reads the stream to the end asynchronously.
Namespace: EdiFabric.Framework.ReadersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Task<IEnumerable<IEdiItem>> ReadToEndAsync()
Public Function ReadToEndAsync As Task(Of IEnumerable(Of IEdiItem))
Return Value
TaskIEnumerableIEdiItemAll items that were found in the stream.
See Also