Returns the list of the ODBC connectors that are installed in the system.
public Task<T> GetOdbcDsnsAsync<T>( AsyncHandle asyncHandle, Func<Response, T> onResult )
Public Function GetOdbcDsnsAsync(Of T) ( asyncHandle As AsyncHandle, onResult As Func(Of Response, T) ) As Task(Of T)