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.
Deletes an analysis entry for a solution using the unique identifier of the analysis, and the unique identifier of the queued job.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeleteAnalyses", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueDeleteAnalyses ( _
analysesUIDs As Guid(), _
jobUids As Guid() _
)
'Usage
Dim instance As PortfolioAnalyses
Dim analysesUIDs As Guid()
Dim jobUids As Guid()
instance.QueueDeleteAnalyses(analysesUIDs, _
jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeleteAnalyses", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueDeleteAnalyses(
Guid[] analysesUIDs,
Guid[] jobUids
)
Parameters
- analysesUIDs
Type: []
- jobUids
Type: []
Remarks
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to create portfolio analyses. New in Project Server 2010. Global permission. |