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.6.0.0 (5.6.19.0117)
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