SyncWithModelTaskCollectWork 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.SynchronizationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected override List<Func<LogNode>> CollectWork()
Protected Overrides Function CollectWork As List(Of Func(Of LogNode))
Return Value
Type:
ListFuncLogNodeSee Also