DbConnection::OpenAsync Method ()
An asynchronous version of Open, which opens a database connection with the settings specified by the ConnectionString. This method invokes the virtual method OpenAsync with CancellationToken.None.
Assembly: System.Data (in System.Data.dll)
After calling OpenAsync, State must return Connecting until the returned Task is completed. Then, if the connection was successful, State must return Open. If the connection fails, State must return Closed.
A call to Close will attempt to cancel or close the corresponding OpenAsync call.
For more information about asynchronous programming in the .NET Framework Data Provider for SQL Server, see Asynchronous Programming.
Available since 10
.NET Framework
Available since 4.5