Click or drag to resize
StagingTaskRunner Class
Overall staging methods.
Inheritance Hierarchy
SystemObject
  CMS.SynchronizationStagingTaskRunner

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public class StagingTaskRunner

The StagingTaskRunner type exposes the following members.

Constructors
  NameDescription
Public methodStagingTaskRunner
Initializes helper for synchronization.
Top
Fields
  NameDescription
Public fieldStatic memberAUTHENTICATION_PROCESSED
Authentication of the token was processed.
Top
Properties
  NameDescription
Public propertyStatic memberTreatServerNamesAsInstances
Indicates whether to delete instance global tasks (tasks belonging to servers with same ServerName) after synchronization
Top
Methods
  NameDescription
Public methodStatic memberGetSHA1Hash
Returns the hash for the specified password.
Public methodStatic memberGetSHA1HashByteArray
Returns the SHA1 hash byte array for given password string.
Public methodStatic memberGetTaskTypeEnum
Returns the task type enumeration value.
Public methodStatic memberGetTaskTypeString
Returns the task type string.
Public methodStatic memberIsServerEnabled
Returns true if the staging server is enabled.
Public methodRunSynchronization(IEnumerableInt32)
Runs the task synchronization for specified server and list of task IDs.
Public methodRunSynchronization(IEnumerableString)
Runs the task synchronization for specified server and list of task IDs.
Public methodRunSynchronization(DataSet)
Runs the task synchronization for specified server and list of task IDs.
Public methodRunSynchronization(Int32)
Runs the task synchronization for specified server and task.
Public methodStatic memberServerAuthenticationType
Returns server authentication type for specified site.
Top
See Also