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

Parameters

workId
Type: System.String
The work identifier.

Return Value

Type: Action<RealTimeWorkController, String>
Lambda with as input the real time work controller and the work id
See Also