| RealTimeStateMachineConfigGetWorkFuncForWorkId Method  | 
 
            Gets the work function for the work identifier specified, or null if not found.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Parallelization
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic Action<RealTimeWorkController, string> GetWorkFuncForWorkId(
	string workId
)
Public Function GetWorkFuncForWorkId ( 
	workId As String
) As Action(Of RealTimeWorkController, String)
Parameters
- workId
 - Type: SystemString
The work identifier. 
Return Value
Type: 
ActionRealTimeWorkController, 
StringLambda with as input the real time work controller and the work id
See Also