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
#8,481 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.