Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void CollectDataToProcess()
See Also