Click or drag to resize

PublishingMonitorServices Class


Provides the functionality to monitor publishing and replication status.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServicePublishingMonitorServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class PublishingMonitorServices : CMSContentServiceBase

The PublishingMonitorServices type exposes the following members.

Constructors
 NameDescription
Public methodPublishingMonitorServicesInitializes a new instance of the PublishingMonitorServices class
Top
Methods
 NameDescription
Public methodCancelTask Cancels the current Publishing Task.
Public methodGetCurrentTasks Retrieves the on-going Publishing Task and Replication Tasks status, also the pending publishing tasks and recently completed publishes.
Public methodGetPendingPublishes Retrieves the listing of pending Publishing Tasks
Public methodGetPostProcessLogListPaged 
Public methodGetPublishLogDetails Retrieves the full details of a Publish Log
Public methodGetPublishLogListPaged 
Public methodGetPublishLogsForPubTarget Retrieves the collection of Publishing Logs basic information for specific Publishing Target. Each log contains the information of a completed Publishing Task.
Public methodGetReplicationLogDetails Retrieves the full details of a Replication Log
Public methodGetReplicationLogListPaged 
Public methodGetRepLogsForRepTarget Retrieves the Replication Logs for specific Replication Target under a Publishing Target
Public methodGetTaskPages Retrieves the list of Pages to be published in the given on-going or pending Publishing Task
Public methodCode exampleMoveTask Repositions a Publishing Task to be executed earlier or later
Public methodRemoveTask Removes a pending Publishing Task. Please note that on-going Publishing Task cannot be removed.
Top
See Also