IPooledRegistrationPolicyTPooledObjectMaximumRetained 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 int MaximumRetained { get; }
ReadOnly Property MaximumRetained As Integer
Get
Property Value
Type:
Int32[Missing <value> documentation for "P:Autofac.Pooling.IPooledRegistrationPolicy`1.MaximumRetained"]
See Also