Archive.QueueArchiveGlobalProject - Méthode
Enregistre une copie du projet global d'entreprise à partir de la base de données publiée à la base de données d'archivage.
Espace de noms : WebSvcArchive
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveGlobalProject", 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 QueueArchiveGlobalProject ( _
jobUID As Guid _
)
'Utilisation
Dim instance As Archive
Dim jobUID As Guid
instance.QueueArchiveGlobalProject(jobUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveGlobalProject", 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 QueueArchiveGlobalProject(
Guid jobUID
)
Paramètres
jobUID
Type : System.GuidLe GUID de la tâche de file d'attente.
Remarques
QueueArchiveGlobalProject est une méthode asynchrone qui envoie un message vers le Service de mise en attente de Project Server.
Autorisations Project Server
Autorisation |
Description |
---|---|
Permet à un utilisateur de planifier ou d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale. |