ReadAsync

ReadAsync returns a Task-based asynchronous version of OracleBFile.Read(), which reads a specified number of bytes from the OracleBFile instance and populates the buffer.

Overload List:

  • ReadAsync(byte[], int, int)

    This method returns a Task-based asynchronous version of OracleBFile.Read(), which reads a specified number of bytes from the OracleBFile instance and populates the buffer.

  • ReadAsync(byte[], int, int, CancellationToken)

    This method returns a Task-based asynchronous version of OracleBFile.Read(), which reads a specified number of bytes from the OracleBFile instance and populates the buffer.