Click or drag to resize
StagingTaskRunnerRunSynchronization Method (IEnumerableString)
Runs the task synchronization for specified server and list of task IDs.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public string RunSynchronization(
	IEnumerable<string> taskIDs
)

Parameters

taskIDs
Type: System.Collections.GenericIEnumerableString
Task IDs to synchronize

Return Value

Type: String
See Also