You are here: Start » FIL.NET » Invoke.ControlEdgeModelLimits

Invoke.ControlEdgeModelLimits

Limits the size of the EdgeModel objects created by CreateEdgeModel filter.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ControlEdgeModelLimits
(
	Optional<int> inSoftMemoryLimit,
	Optional<int> inHardMemoryLimit,
	out bool outHardMemoryLimitViolationStatus
)

Parameters

Name Type Range Default Description
inSoftMemoryLimitFtl.Optional<int><1, INF>Maximum number of megabytes an EdgeModel can have. Default value: ftl::NIL.
inHardMemoryLimitFtl.Optional<int><1, INF>Maximum number of megabytes an EdgeModel creation function can take. Default value: ftl::NIL.
outHardMemoryLimitViolationStatusboolFlag indicating whether the memory limit was violated recently.

See also