Share via


ReqCalcTasksBundle::calculateBundleSize Method

Calculates the size of the bundle.

Syntax

client server public static int calculateBundleSize(int _totalTasks, int _threads)

Run On

Called

Parameters

  • _totalTasks
    Type: int
    The total number of tasks.
  • _threads
    Type: int
    The total number of available threads.

Return Value

Type: int
The size of the bundle.

See Also

Reference

ReqCalcTasksBundle Table