Archive.QueueRestoreViews Method
Restores archived views 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/QueueRestoreViews", 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 QueueRestoreViews ( _
jobUID As Guid _
)
'Usage
Dim instance As Archive
Dim jobUID As Guid
instance.QueueRestoreViews(jobUID)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreViews", 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 QueueRestoreViews(
Guid jobUID
)
Parameters
- jobUID
Type: System.Guid
GUID of the queue job.
Remarks
QueueRestoreViews is an asynchronous method that sends a message to the Project Server Queuing Service.
Project Server Permissions
Permission |
Description |
|---|---|
Perform a backup of Project Server entities. Global permission. |