Method | Description | |
---|---|---|
DefaultPool ( int initialsize, int maxsize, IComponentActivator componentActivator ) : System | ||
Dispose ( ) : void | ||
Release ( object instance ) : void | ||
Request ( |
Method | Description | |
---|---|---|
InitPool ( ) : void |
Initializes the pool to a initial size by requesting n components and then releasing them.
|
public DefaultPool ( int initialsize, int maxsize, IComponentActivator componentActivator ) : System | ||
initialsize | int | |
maxsize | int | |
componentActivator | IComponentActivator | |
return | System |
public Request ( |
||
context | ||
return | object |