Click or drag to resize

PoolTPrewarm Method

Fills the pool with objects so that it contains the specified amount of objects. If it already contains the specified amount or more, nothing will be done.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Prewarm(
	int targetCount
)
Request Example View Source

Parameters

targetCount
Type: SystemInt32
See Also