Click or drag to resize

FlatReaderReadToEndAsync Method

Reads an item from the stream asynchronously.

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

Return Value

TaskEdiMessage
Indication if an item was read.
See Also