| RealTimeStateMachineConfigSpecifyFollowUpWorkIdForSourceEventTypePair Method  | 
 
            Specifies a follow-up workID for a workid (source) - eventtype pair
            
 
    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)
Syntaxpublic void SpecifyFollowUpWorkIdForSourceEventTypePair(
	string sourceId,
	ParallelWorkEventType eventType,
	string followUpWorkId
)
Public Sub SpecifyFollowUpWorkIdForSourceEventTypePair ( 
	sourceId As String,
	eventType As ParallelWorkEventType,
	followUpWorkId As String
)
Parameters
- sourceId
 - Type: SystemString
The source identifier. - eventType
 - Type: SD.LLBLGen.Pro.ApplicationCoreParallelWorkEventType
Type of the event. - followUpWorkId
 - Type: SystemString
The follow up work identifier. 
See Also