RealTimeStateMachineConfigGetWorkFuncForWorkId Method |
Gets the work function for the work identifier specified, or null if not found.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ParallelizationAssembly: 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
)
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