Click or drag to resize

VdaReaderReadAsync(CancellationToken) Method

Reads an 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