Click or drag to resize
IAppGetConnectionAsync Method
Overload List
  NameDescription
Public methodGetConnectionAsync(String)

Retrieves a connection and returns:

* The creation time of the connection

* The identifier of the connection

* The type of the connection

* The name of the connection

* The connection string

Public methodGetConnectionAsync(AsyncHandle, String)

Retrieves a connection and returns:

* The creation time of the connection

* The identifier of the connection

* The type of the connection

* The name of the connection

* The connection string

Public methodGetConnectionAsyncT(AsyncHandle, FuncResponse, T, String)

Retrieves a connection and returns:

* The creation time of the connection

* The identifier of the connection

* The type of the connection

* The name of the connection

* The connection string

Top
See Also