Click or drag to resize

BaseReaderReadAsync Method

Reads an item from the stream asynchronously.

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

Return Value

TaskBoolean
Indication if an item was read.
See Also