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, and without considering already started tasks. 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()
Visual Basic (Declaration)
Public Sub LevelResources

See Also