EventActionQueue Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class enables users to read and monitor the Content Studio Event Action job queue.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    ContentStudioCSBase
      ContentStudio.EventActionsEventActionQueue

Namespace: ContentStudio.EventActions
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class EventActionQueue : CSBase

The EventActionQueue type exposes the following members.

Constructors

  NameDescription
Public methodEventActionQueue
Initializes a new instance of the EventActionQueue class
Top
Methods

  NameDescription
Public methodAddJob
Adds a new external asynchronous event actions job to the queue.
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetListPageable
Gets the a pageable list of jobs in the event actions queue.
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodInterrupt
Interrupts the specified job in the Event Actions job queue.
Public methodReschedule
Re-schedules a completed or failed asynchronous event actions job.
Public methodToString (Inherited from Object.)
Top
Remarks

Note Note
This class is new in Content Studio version 5.2.
See Also

Reference