Click or drag to resize

DefaultPooledRegistrationPolicyTPooledObject Constructor (Int32)

Namespace:  Autofac.Pooling
Assembly:  Autofac.Pooling (in Autofac.Pooling.dll) Version: 1.0.1+e2b1e849d21d04643649a531a7435392bb1a29cd
Syntax
public DefaultPooledRegistrationPolicy(
	int maximumRetained
)

Parameters

maximumRetained
Type: SystemInt32
The maximum number of instances that should be retained in the pool.
See Also