Click or drag to resize
SyncServerWse Class
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Web.Services.ProtocolsWebClientProtocol
        System.Web.Services.ProtocolsHttpWebClientProtocol
          System.Web.Services.ProtocolsSoapHttpClientProtocol
            WebServicesClientProtocol
              CMS.Synchronization.WSE3.ServerSyncServerWse

Namespace: CMS.Synchronization.WSE3.Server
Assembly: CMS.Synchronization.WSE3 (in CMS.Synchronization.WSE3.dll) Version: 13.0.131
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 methodProcessSynchronizationTaskData(String)
Synchronizes StagingTaskData to target server.
Public methodProcessSynchronizationTaskData(StagingTaskData)
Synchronizes StagingTaskData to target server.
Public methodProcessSynchronizationTaskDataAsync
Synchronizes StagingTaskData to target server in asynchronous manner.
Top
Events
  NameDescription
Public eventProcessSynchronizationTaskCompleted
Top
See Also