Archive.QueueRestoreSystemSettings Method

Restores Project Server system settings from the Archive to the Published database.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreSystemSettings", 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 QueueRestoreSystemSettings ( _
    jobUID As Guid _
)
'Usage
Dim instance As Archive
Dim jobUID As Guid

instance.QueueRestoreSystemSettings(jobUID)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreSystemSettings", 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 QueueRestoreSystemSettings(
    Guid jobUID
)

Parameters

Remarks

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

Project Server Permissions

Permission

Description

ManageProjectServerRestore

Perform a backup of Project Server entities. Global permission.

See Also

Reference

Archive Class

Archive Members

WebSvcArchive Namespace