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.2.0.0 (5.2.17.0403)
Syntax protected abstract List<Func<LogNode>> CollectWork()
Protected MustOverride Function CollectWork As List(Of Func(Of LogNode))
Return Value
Type:
ListFuncLogNodeSee Also