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