Click or drag to resize

DefaultPooledRegistrationPolicyTPooledObjectMaximumRetained Property

Gets a value indicating the maximum number of items that will be retained in the pool. This is not a limit on the number of objects that can be created, it's the threshold past which any objects returned to the pool will be discarded.

Namespace:  Autofac.Pooling
Assembly:  Autofac.Pooling (in Autofac.Pooling.dll) Version: 1.0.1+e2b1e849d21d04643649a531a7435392bb1a29cd
Syntax
public int MaximumRetained { get; }

Property Value

Type: Int32

[Missing <value> documentation for "P:Autofac.Pooling.DefaultPooledRegistrationPolicy`1.MaximumRetained"]

Implements

IPooledRegistrationPolicyTPooledObjectMaximumRetained
See Also