Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the project impact data, for portfolio analysis.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueUpdateProjectImpacts", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueUpdateProjectImpacts ( _
jobUid As Guid, _
sessionUid As Guid, _
projectImpactDataSet As ProjectImpactDataSet _
)
'Usage
Dim instance As Project
Dim jobUid As Guid
Dim sessionUid As Guid
Dim projectImpactDataSet As ProjectImpactDataSet
instance.QueueUpdateProjectImpacts(jobUid, _
sessionUid, projectImpactDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueUpdateProjectImpacts", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueUpdateProjectImpacts(
Guid jobUid,
Guid sessionUid,
ProjectImpactDataSet projectImpactDataSet
)
Parameters
jobUid
Type: System.GuidThe GUID of the queue job.
sessionUid
Type: System.GuidThe GUID of the session in which the queue job is submitted.
projectImpactDataSet
Type: WebSvcProject.ProjectImpactDataSetContains the project impact data.
Remarks
Inserts an update project impact values message into the Project Server queue. QueueUpdateProjectImpacts is a new method in Project Server 2013.
Project Server Permissions
Permission |
Description |
|---|---|
Allows a user to save the specified project. Category permission. |
|
Allows a user to edit project custom fields, the project name, and the project owner for specified projects. |
If the user does not have both permissions, Project Server issues a GeneralSecurityAccessDenied error.