ComponentOne DataObjects for .NET
PoolTimeout Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > CacheProperties Class : PoolTimeout Property
Gets or sets the number of seconds to wait while all existing data set objects are busy serving other threads on the server and a new object cannot be created because there the PoolSize limit is already reached. PoolTimeout = 0 means wait indefinitely.
Syntax
'Declaration
 
Public Property PoolTimeout As System.Integer
public System.int PoolTimeout {get; set;}
See Also

Reference

CacheProperties Class
CacheProperties Members