SyncTaskBaseCollectDataToProcess Method  | 
 
            Collects the data to process in the work methods. This is done once so the data isn't collected over and over for each method. The task has to 
            gather all data as much as possible up front.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Synchronization
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxprotected virtual void CollectDataToProcess()
Protected Overridable Sub CollectDataToProcess
See Also