OciSessionPoolAllowWaiting Property
Enables or disables waiting for a connection to close when there is no free connection.
public bool OciSessionPoolAllowWaiting {get; set;}
'Declaration
Public Property OciSessionPoolAllowWaiting As Boolean
Property Value
If
true, new connections wait for an existing one to close if
Max Size is reached; otherwise an exception is thrown.