SyncWithModelTaskCollectDataToProcess 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.1.0.0 (5.1.0)
Syntax protected override void CollectDataToProcess()
Protected Overrides Sub CollectDataToProcess
See Also