Метод QueueSystem.ReadAllJobStatus
Получает состояние всех заданий из указанного типа и состояния из службы очередей Project Server.
Пространство имен: WebSvcQueueSystem
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/ReadAllJobStatus", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadAllJobStatus ( _
jobStates As JobState(), _
messageTypes As QueueMsgType(), _
fromDate As DateTime, _
toDate As DateTime, _
maxRows As Integer, _
includeWaitTime As Boolean, _
sortColumn As SortColumn, _
sortOrder As SortOrder _
) As QueueStatusDataSet
'Применение
Dim instance As QueueSystem
Dim jobStates As JobState()
Dim messageTypes As QueueMsgType()
Dim fromDate As DateTime
Dim toDate As DateTime
Dim maxRows As Integer
Dim includeWaitTime As Boolean
Dim sortColumn As SortColumn
Dim sortOrder As SortOrder
Dim returnValue As QueueStatusDataSet
returnValue = instance.ReadAllJobStatus(jobStates, _
messageTypes, fromDate, toDate, maxRows, _
includeWaitTime, sortColumn, sortOrder)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/ReadAllJobStatus", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public QueueStatusDataSet ReadAllJobStatus(
JobState[] jobStates,
QueueMsgType[] messageTypes,
DateTime fromDate,
DateTime toDate,
int maxRows,
bool includeWaitTime,
SortColumn sortColumn,
SortOrder sortOrder
)
Параметры
jobStates
Тип: []Массив из значений перечисления JobState .
messageTypes
Тип: []Массив из значений перечисления QueueMsgType .
fromDate
Тип: System.DateTimeМинимальное значение даты и времени заданий в очереди.
toDate
Тип: System.DateTimeМаксимальная дата и время заданий в очереди.
maxRows
Тип: System.Int32Максимальное число возвращаемых строк состояния заданий.
includeWaitTime
Тип: System.BooleanЕсли trueвключают время ожидания возложенных.
sortColumn
Тип: WebSvcQueueSystem.SortColumnУказывает, какие поля для сортировки в списке заданий.
sortOrder
Тип: WebSvcQueueSystem.SortOrderУказывает ли сортировка, а также в какой порядок.
Возвращаемое значение
Тип: WebSvcQueueSystem.QueueStatusDataSet
Состояние запрошенного заданий с данными QueueStatusDataSet.StatusRow для каждого задания.
Замечания
Примеры запросов состоянии задания и полученными данными в разделе ReadJobStatus и ReadJobStatusSimple.
Разрешения Project Server
Разрешение |
Описание |
---|---|
Позволяет пользователю управлять очередей Project Server. Глобальное разрешение. |