C# Класс Castle.Core.PooledAttribute

Наследование: LifestyleAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

PooledAttribute() публичный Метод

Initializes a new instance of the PooledAttribute class using the default initial pool size (5) and the max pool size (15).
public PooledAttribute ( ) : System
Результат System

PooledAttribute() публичный Метод

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.
Результат System