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.8.0.0 (5.8.21.0208)
Syntax public IEnumerable<string> GetFollowUpWorkIds(
string sourceID,
ParallelWorkEventType eventType
)
Public Function GetFollowUpWorkIds (
sourceID As String,
eventType As ParallelWorkEventType
) As IEnumerable(Of String)
Parameters
- sourceID
- Type: SystemString
The source identifier. - eventType
- Type: SD.LLBLGen.Pro.ApplicationCoreParallelWorkEventType
Type of the event.
Return Value
Type:
IEnumerableStringenumerable over the workids following the pair specified or null if no follow up is defined
See Also