Click or drag to resize
RealTimeStateMachineConfigGetFollowUpWorkIds Method
Gets the follow-up work ids for the source-eventtype pair 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 IEnumerable<string> GetFollowUpWorkIds(
	string sourceID,
	ParallelWorkEventType eventType
)

Parameters

sourceID
Type: SystemString
The source identifier.
eventType
Type: SD.LLBLGen.Pro.ApplicationCoreParallelWorkEventType
Type of the event.

Return Value

Type: IEnumerableString
enumerable over the workids following the pair specified or null if no follow up is defined
See Also