You are here: Start » FIL.NET » FIS.ChargeImageMemoryPools Method

FIS.ChargeImageMemoryPools Method

Preallocates memory buffers for images.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ChargeImageMemoryPools
(
	IList<int> inRequestedPoolSizes,
	bool inTouch
)

Parameters

Name Type Range Default Description
inRequestedPoolSizesSystem.Collections.Generic.IList<int>Copy a value from InspectImageMemoryPools.outPoolSizes.
inTouchboolForces getting the new memory pools to the cache memory.

See also