Click or drag to resize
WorkCollectorPerformWork Method
Performs the work.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.WorkBroker
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void PerformWork(
	Project currentProject
)

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
Exceptions
ExceptionCondition
InvalidOperationExceptionNo task progress handlers set
See Also