OpenAsync
OpenAsync returns a Task-based asynchronous version of OracleConnection.Open.
Overload List:
-
This method calls into the
OpenAsyncimplementation with argumentcancellationTokenpassed asCancellationToken.None. -
OpenAsync(CancellationToken cancellationToken)
This method returns a
Taskobject representing the asynchronous operation immediately without blocking the calling thread for the whole duration of opening connection.