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.4.0.0 (5.4.0)
Syntaxpublic void PerformWork(
	string workId,
	Func<Project, bool> toPerformFunc
)
Public Sub PerformWork ( 
	workId As String,
	toPerformFunc As Func(Of Project, Boolean)
)
Parameters
- workId
 - Type: SystemString
The work identifier. - toPerformFunc
 - Type: SystemFuncProject, Boolean
the work to perform. 
See Also