Click or drag to resize

SyncTaskBaseCollectWork Method

Collects the work to be performed in the form of lambdas. The lambdas can return either a lognode with results of the work done or null if they didn't do any work e.g. due to settings being disabled.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Synchronization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected abstract List<Func<LogNode>> CollectWork()

Return Value

Type: ListFuncLogNode
See Also