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.2.0.0 (5.2.17.0403)
Syntax protected virtual void CollectDataToProcess()
Protected Overridable Sub CollectDataToProcess
See Also