Click or drag to resize
RealTimeWorkControllerPerformWork Method
Performs the work specified as a lambda on the current controlled project (if any).

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void PerformWork(
	string workId,
	Func<Project, bool> toPerformFunc
)

Parameters

workId
Type: SystemString
The work identifier.
toPerformFunc
Type: SystemFuncProject, Boolean
the work to perform.
See Also