C# Class Castle.Core.PooledAttribute

Inheritance: LifestyleAttribute
显示文件 Open project: castleproject/Windsor

Public Methods

Method Description
PooledAttribute ( ) : System

Initializes a new instance of the PooledAttribute class using the default initial pool size (5) and the max pool size (15).

PooledAttribute ( int initialPoolSize, int maxPoolSize ) : System

Initializes a new instance of the PooledAttribute class.

Method Details

PooledAttribute() public method

Initializes a new instance of the PooledAttribute class using the default initial pool size (5) and the max pool size (15).
public PooledAttribute ( ) : System
return System

PooledAttribute() public method

Initializes a new instance of the PooledAttribute class.
public PooledAttribute ( int initialPoolSize, int maxPoolSize ) : System
initialPoolSize int Initial size of the pool.
maxPoolSize int Max pool size.
return System