Click or drag to resize
SyncServerWse Class
Inheritance Hierarchy

Namespace: CMS.Synchronization.WSE3.Server
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 9.0.0
Syntax
C#
public class SyncServerWse : WebServicesClientProtocol

The SyncServerWse type exposes the following members.

Constructors
  NameDescription
Public methodSyncServerWse
Constructor.
Top
Properties
  NameDescription
Public propertyUrl
Public propertyUseDefaultCredentials
Top
Methods
  NameDescription
Public methodCancelAsync
Public methodProcessSynchronizationTask Obsolete.
Public methodProcessSynchronizationTaskAsync(String, String, String, String, String) Obsolete.
Public methodProcessSynchronizationTaskAsync(String, String, String, String, String, Object) Obsolete.
Public methodProcessSynchronizationTaskData(String)
Synchronizes StagingTaskData to target server.
Public methodProcessSynchronizationTaskData(IStagingTaskData)
Synchronizes StagingTaskData to target server.
Public methodProcessSynchronizationTaskDataAsync
Synchronizes StagingTaskData to target server in asynchronous manner.
Top
Events
  NameDescription
Public eventProcessSynchronizationTaskCompleted
Top
See Also