Click or drag to resize
RealTimeWorkControllerSignalWorkResult Method
Signals the work result from the work with the workid specified. The combination of workid (as source) and result (as event) will be used to determine what task to start after this.

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 void SignalWorkResult(
	string workId,
	ParallelWorkEventType result
)

Parameters

workId
Type: SystemString
The work identifier.
result
Type: SD.LLBLGen.Pro.ApplicationCoreParallelWorkEventType
The result.
See Also