Partager via


Archive.QueueArchiveProjects - Méthode

Archive tous les projets qui ont été modifiés depuis la dernière action de l'archive.

Espace de noms :  WebSvcArchive
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveProjects", 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 QueueArchiveProjects
'Utilisation
Dim instance As Archive

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

Remarques

QueueArchiveProjects est une méthode asynchrone qui envoie un message vers le Service de mise en attente de Project Server.

Cette méthode est utilisée par la page sauvegarde Administrative (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Backup.aspx) de Project Web App, d'archiver des projets.

Autorisations Project Server

Autorisation

Description

ManageProjectServerBackup

Permet à un utilisateur de planifier ou d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale.

Voir aussi

Référence

Archive classe

Archive - Membres

WebSvcArchive - Espace de noms