OpenAsync

OpenAsync returns a Task-based asynchronous version of OracleConnection.Open.

Overload List:

  • OpenAsync()

    This method calls into the OpenAsync implementation with argument cancellationToken passed as CancellationToken.None.

  • OpenAsync(CancellationToken cancellationToken)

    This method returns a Task object representing the asynchronous operation immediately without blocking the calling thread for the whole duration of opening connection.