Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Action<RealTimeWorkController, string> GetWorkFuncForWorkId(
	string workId
)

Parameters

workId
Type: SystemString
The work identifier.

Return Value

Type: ActionRealTimeWorkController, String
Lambda with as input the real time work controller and the work id
See Also