Autofac.Pooling Namespace |
[Missing <summary> documentation for "N:Autofac.Pooling"]
Class | Description | |
---|---|---|
DefaultPooledRegistrationPolicyTPooledObject |
Provides the default IPooledRegistrationPolicyTPooledObject.
| |
PooledLifetime |
Lifetime wrapper to help us detect if we finished registering in a pooled configuration.
| |
RegistrationExtensions |
Provides registration methods for setting up pooled instances.
|
Interface | Description | |
---|---|---|
IPooledComponent |
Components implementing this interface are aware that they are pooled, so will be notified when they are retrieved from the pool,
and when they are returned to the pool.
| |
IPooledRegistrationPolicyTPooledObject |
Defines the interface for a custom pooled registration policy, that defines what happens when an instance is retrieved from the pool, and
what happens when the instance is returned to the pool.
|