Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename Tkey, typename Tval>
public ref class SqlConnTimeoutCache : Microsoft::HostIntegration::Drda::Common::TimeoutCache<Tkey, System::Data::SqlClient::SqlConnection ^>
public class SqlConnTimeoutCache<Tkey,Tval> : Microsoft.HostIntegration.Drda.Common.TimeoutCache<Tkey,System.Data.SqlClient.SqlConnection>
type SqlConnTimeoutCache<'key, 'val> = class
inherit TimeoutCache<'key, SqlConnection>
Public Class SqlConnTimeoutCache(Of Tkey, Tval)
Inherits TimeoutCache(Of Tkey, SqlConnection)