dotnet / dotnet/dotnet-api-docs
The documentation for OleDbConnection.ReleaseObjectPool Method says to wait for a timeout, but gives no indication of how long.
Open
area-System.Data.OleDB
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
In [OleDbConnection.ReleaseObjectPool Method#remarks](https://learn.microsoft.com/en-us/dotnet/api/system.data.oledb.oledbconnection.releaseobjectpool?view=dotnet-plat-ext-6.0#remarks), point 2 says "Allow each connection object to time out of the pool." but gives no indication of what this really means or how long one has to wait.
Is there a way to reduce that wait time to zero? Is this not even truly needed at all.
I tried to review the reference source for this method, but was unable to determine the reason for this statement.
I appreciate any feedback that can be provided.
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.