MsDb2DataReader.ReadFirstAsync(CancellationToken) Method

Definition

public:
 System::Threading::Tasks::Task<bool> ^ ReadFirstAsync(System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<bool> ReadFirstAsync (System.Threading.CancellationToken cancellationToken);
member this.ReadFirstAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>

Parameters

cancellationToken
CancellationToken

Returns

Task<Boolean>

Applies to