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:
-
This method returns a Task-based asynchronous version of
OracleBFile.Read(), which reads a specified number of bytes from theOracleBFileinstance 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 theOracleBFileinstance and populates the buffer.