Archive.QueueRestoreGlobalProject - Méthode
Restaure le projet global d'entreprise à partir de la base de données d'Archive à la base de données publiée.
Espace de noms : WebSvcArchive
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
<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 _
)
'Utilisation
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
)
Paramètres
jobUID
Type : System.GuidLe GUID de la tâche de file d'attente.
Remarques
QueueRestoreGlobalProject 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 d'effectuer une sauvegarde d'entités de Project Server. Autorisation globale. |