Метод Statusing.ReadAssignmentHistory
Получает журнал транзакций указанному назначению, задаче или транзакции.
Пространство имен: WebSvcStatusing
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadAssignmentHistory ( _
itemid As Guid, _
itemtype As AssnHistoryItemType _
) As AssnHistoryDataSet
'Применение
Dim instance As Statusing
Dim itemid As Guid
Dim itemtype As AssnHistoryItemType
Dim returnValue As AssnHistoryDataSet
returnValue = instance.ReadAssignmentHistory(itemid, _
itemtype)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public AssnHistoryDataSet ReadAssignmentHistory(
Guid itemid,
AssnHistoryItemType itemtype
)
Параметры
itemid
Тип: System.GuidУникальный идентификатор назначения, задачи или транзакции.
itemtype
Тип: WebSvcStatusing.AssnHistoryItemTypeAssnHistoryItemType объект, указывающий тип элемента.
Возвращаемое значение
Тип: WebSvcStatusing.AssnHistoryDataSet
Замечания
Разрешения Project Server
Разрешения не требуются. Этот метод считывает данные только текущей при входе ресурса.