RealTimeStateMachineConfigGetNumberOfAllowedInFlightWorkForWorkId Method |
Gets the number of allowed in flight work tasks for the workid specified
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax public int GetNumberOfAllowedInFlightWorkForWorkId(
string workId
)
Public Function GetNumberOfAllowedInFlightWorkForWorkId (
workId As String
) As Integer
Parameters
- workId
- Type: SystemString
The work identifier.
Return Value
Type:
Int32the number of allowed work tasks for the work id or 0 if not defined.
See Also