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