1 write to _cleanupWait
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
479_cleanupWait = _random.Next(12, 24)*10*1000; // 2-4 minutes in 10 sec intervals, WebData 103603
3 references to _cleanupWait
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
749return (new Timer(new TimerCallback(this.CleanupCallback), null, _cleanupWait, _cleanupWait)); 1750Bid.PoolerTrace("<prov.DbConnectionPool.Startup|RES|INFO|CPOOL> %d#, CleanupWait=%d\n", ObjectID, _cleanupWait);