| SyncWithDatabaseTaskCollectWork 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.1.0.0 (5.1.0)
Syntaxprotected override List<Func<LogNode>> CollectWork()
Protected Overrides Function CollectWork As List(Of Func(Of LogNode))
Return Value
Type: 
ListFuncLogNode
See Also