Levels the assigned resources from all standard tasks within the component in order to avoid over allocation, by updating task timing values accordingly. The resource leveling algorithm is applied starting from the current date and time. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void LevelResources(
	bool includeStartedTasks
)
Visual Basic (Declaration)
Public Sub LevelResources ( _
	includeStartedTasks As Boolean _
)

Parameters

includeStartedTasks
Type: System..::..Boolean
A value indicating whether or not to consider already started tasks (i.e. having completion > 0) for resource leveling.

See Also