QueueSystem Web Service
The QueueSystem class is the primary class in the [QueueSystem Web service] namespace. The QueueSystem class includes methods that manage jobs submitted to the Project Server Queuing Service.
Note
In the ASMX web service, QueueSystem is a class. In the WCF service, QueueSystem is an interface that is implemented in the QueueSystemClient class. For information about using the QueueSystemClient class in a WCF-based application, see the QueueSystem class constructor.
The [QueueSystem Web service] namespace is an arbitrary name for a reference to the QueueSystem.asmx web service (or the QueueSystem.svc service) of the PSI in Microsoft Project Server 2010. Methods in the QueueSystem class can get job count, job and job group wait time, and status of all jobs, specified jobs, and jobs owned by the caller, or jobs for specified projects. Methods can cancel or retry a queue job, manage job correlation, and configure the queue.
QueueSystem methods typically use or return a QueueStatusDataSet or QueueStatusRequestDataSet object.
Classes
Class | Description | |
---|---|---|
QueueStatusDataSet | Contains the results of a queue status request. | |
QueueStatusDataSet.StatusDataTable | Contains queue job status values for specific QueueStatusDataSet.StatusRow objects. | |
QueueStatusDataSet.StatusRow | Represents the status of one queue job in the QueueStatusDataSet object. | |
QueueStatusDataSet.StatusRowChangeEvent | Event that occurs when data in a StatusRow is changed. | |
QueueStatusRequestDataSet | Specifies the DataSet for the qsrDS parameter in the ReadJobStatus method. | |
QueueStatusRequestDataSet.StatusRequestDataTable | Contains status request values for specific QueueStatusRequestDataSet.StatusRequestRow objects. | |
QueueStatusRequestDataSet.StatusRequestRow | Represents a specific status request in the the QueueStatusRequestDataSet object. | |
QueueStatusRequestDataSet.StatusRequestRowChangeEvent | Event that occurs when data in a StatusRequestRow is changed. | |
QueueSystem | Includes methods for querying and managing the Queueing Service in Project Server. |
Delegates
Delegate | Description | |
---|---|---|
QueueStatusDataSet.StatusRowChangeEventHandler | Describes event handler settings for when the specified data is edited. | |
QueueStatusRequestDataSet.StatusRequestRowChangeEventHandler | Describes event handler settings for when the specified data is edited. |
Enumerations
Enumeration | Description | |
---|---|---|
JobState | Specifies the status of a queue job. | |
QueueID | Specifies the queue ID type. | |
QueueMsgType | Specifies a queue system message type. | |
SortColumn | Specifies the column by which to sort the [QueueSystem Web service].QueueStatusDataSet.StatusDataTable object. | |
SortOrder | Specifies how to sort queue items. |