Click or drag to resize
SyncServerProcessSynchronizationTaskAsync Method (String, String, String, String, String)

Note: This API is now obsolete.

Namespace: CMS.Synchronization.WSE3.Server
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use ProcessSynchronizationTaskDataAsync method in SyncServerWSE instead.")]
public void ProcessSynchronizationTaskAsync(
	string taskTitle,
	string taskType,
	string taskObjectType,
	string taskData,
	string systemVersion
)

Parameters

taskTitle
Type: SystemString
taskType
Type: SystemString
taskObjectType
Type: SystemString
taskData
Type: SystemString
systemVersion
Type: SystemString
See Also