Click or drag to resize

SerialisableObjectPoolTInitialise Method (Boolean)

[This is preliminary documentation and is subject to change.]

Initialises the pool, making it ready for use, and optionally populating it with objects.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
protected void Initialise(
	bool reinitialise
)

Parameters

reinitialise
Type: SystemBoolean
A value indicating whether the pool is being reinitialised after deserialisation.
Exceptions
ExceptionCondition
InvalidOperationExceptionNo public parameterless constructor could be found on type T, or, GetObjectFactory threw an exception.
See Also