ReqCalcTaskController.getBundleSize Method [AX 2012]

Retrieves a bundle size.

Syntax

public int getBundleSize(int _numberOfTasks, int _numberOfThreads)

Run On

Called

Parameters

  • _numberOfTasks
    Type: int
    The number of tasks.
  • _numberOfThreads
    Type: int
    The number of threads.

Return Value

Type: int
The size of the bundle.

See Also

Reference

ReqCalcTaskController Class