Archive.QueueRestoreGlobalProject method

Restores the enterprise global project from the Archive database to the Published database.

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

Syntax

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

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

Parameters

Remarks

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

Project Server Permissions

Permission

Description

ManageProjectServerRestore

Allows a user to perform a backup of Project Server entities. Global permission.

See also

Reference

Archive class

Archive members

WebSvcArchive namespace