Archive.QueueArchiveGlobalProject Method

Saves a copy of the enterprise global project from the Published to the Archive database.

Namespace:  WebSvcArchive
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveGlobalProject", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    ResponseNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueArchiveGlobalProject ( _
    jobUID As Guid _
)
'Usage
Dim instance As Archive
Dim jobUID As Guid

instance.QueueArchiveGlobalProject(jobUID)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveGlobalProject", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueArchiveGlobalProject(
    Guid jobUID
)

Parameters

Remarks

QueueArchiveGlobalProject is an asynchronous method that sends a message to the Project Server Queuing Service.

Project Server Permissions

Permission

Description

ManageProjectServerBackup

Schedule or perform a backup of Project Server entities. Global permission.

See Also

Reference

Archive Class

Archive Members

WebSvcArchive Namespace