Click or drag to resize

FlatReaderReadAsync Method

Reads an EDI item from the stream asynchronously.

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

Return Value

TaskBoolean
Indication if an item was read.
See Also