Click or drag to resize
SyncTaskBasePerformSync Method
Performs the work of this sync task class.

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
public LogNode PerformSync()

Return Value

Type: LogNode
the results of the sync operation in the form of a log node
Exceptions
ExceptionCondition
InvalidOperationException Current Project is null or Preferences is null
See Also