Click or drag to resize

Autofac.Pooling Namespace

[Missing <summary> documentation for "N:Autofac.Pooling"]

Classes
Interfaces
  InterfaceDescription
Public interfaceIPooledComponent
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.
Public interfaceIPooledRegistrationPolicyTPooledObject
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.