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.6.0.0 (5.6.19.0117)
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