StagingHelper RunSynchronization Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberRunSynchronization(Int32, Int32)
Runs the synchronization.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean, Int32)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(IEnumerable String , Int32, Boolean, Int32, Func String, Boolean )
Runs the task synchronization for specified server and list of task IDs.
Public methodStatic memberRunSynchronization(DataSet, Int32, Boolean, Int32, Func String, Boolean )
Runs the task synchronization for specified server and list of task IDs.
Public methodStatic memberRunSynchronization(Int32, Int32, Boolean, Int32, Boolean)
Runs the task synchronization for specified server.
Public methodStatic memberRunSynchronization(IEnumerable ISynchronizationTask , Int32, Boolean, Int32, Func String, Boolean )
Runs the task synchronization for specified server and list of tasks.
Back to Top
See Also