Click or drag to resize

EdiReaderT, U, V, W, X, YReadAsync(CancellationToken) Method

Reads an EDI item from the stream asynchronously with cancellation token.

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

Parameters

token  CancellationToken
The cancellation token.

Return Value

TaskBoolean
Indication if an item was read.
See Also