IPoolFactory public interface IPoolFactory Documentation Code namespace Castle.MicroKernel.Lifestyle.Pool { public interface IPoolFactory { IPool Create(int initialsize, int maxSize, IComponentActivator activator); } }