Click or drag to resize

BaseReaderReadToEndAsync(CancellationToken) Method

Reads the stream to the end asynchronously with cancellation token.

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

Parameters

token  CancellationToken
The cancellation token.

Return Value

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