Méthode | Description | |
---|---|---|
ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void |
Checks the lower and upper bounds for the pool size.
|
public static ValidatePoolLimits ( int minimumPoolSize, int maximumPoolSize ) : void | ||
minimumPoolSize | int | The lower bound. |
maximumPoolSize | int | The upper bound. |
Résultat | void |