DrdaDataReader.ReadAbsoluteAsync(Int64, CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<bool> ^ ReadAbsoluteAsync(long absolute, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<bool> ReadAbsoluteAsync (long absolute, System.Threading.CancellationToken cancellationToken);
member this.ReadAbsoluteAsync : int64 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>

Parameters

absolute
Int64
cancellationToken
CancellationToken

Returns

Task<Boolean>

Applies to