Statusing.ReadAssignmentHistory-Methode
Ruft die Transaktion Verlauf von einer angegebenen Zuweisung, Aufgabe oder Transaktion ab.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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
'Usage
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
)
Parameter
itemid
Typ: System.GuidEindeutige ID der Zuweisung, Aufgabe oder Transaktion.
itemtype
Typ: WebSvcStatusing.AssnHistoryItemTypeAssnHistoryItemType -Objekt, das den Elementtyp angibt.
Rückgabewert
Typ: WebSvcStatusing.AssnHistoryDataSet
Hinweise
Project Server-Berechtigungen
Es sind keine Berechtigungen erforderlich. Diese Methode liest Daten für nur die aktuelle angemeldete Ressource.