Click or drag to resize

RealTimeWorkController.SignalWorkResult 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.4.0.0 (5.4.0)
Syntax
public void SignalWorkResult(
	string workId,
	ParallelWorkEventType result
)

Parameters

workId
Type: System.String
The work identifier.
result
Type: SD.LLBLGen.Pro.ApplicationCore.ParallelWorkEventType
The result.
See Also