Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public int GetNumberOfAllowedInFlightWorkForWorkId(
	string workId
)

Parameters

workId
Type: SystemString
The work identifier.

Return Value

Type: Int32
the number of allowed work tasks for the work id or 0 if not defined.
See Also