C# 클래스 Castle.Core.PooledAttribute

상속: LifestyleAttribute
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
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