Statusing.ReadStatusApprovalsInProcess-Methode
Ruft die ausstehende Statusaktualisierungen Genehmigung durch den angegebenen Benutzer ab.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalsInProcess", 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 ReadStatusApprovalsInProcess ( _
userID As Guid _
) As StatusApprovalDataSet
'Usage
Dim instance As Statusing
Dim userID As Guid
Dim returnValue As StatusApprovalDataSet
returnValue = instance.ReadStatusApprovalsInProcess(userID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalsInProcess", 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 StatusApprovalDataSet ReadStatusApprovalsInProcess(
Guid userID
)
Parameter
userID
Typ: System.GuidEindeutige ID des Benutzers.
Rückgabewert
Typ: WebSvcStatusing.StatusApprovalDataSet
Hinweise
Project Server-Berechtigungen
Es sind keine Berechtigungen erforderlich. Diese Methode liest Daten für nur die aktuelle angemeldete Ressource.