Partager via


Statusing.QueueLockDownTasks - Méthode

Verrouiller ou déverrouiller les tâches spécifiées dans le paramètre ProjectDataSet , pour le projet spécifié.

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

Syntaxe

'Déclaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/QueueLockDownTasks", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueLockDownTasks ( _
    jobUid As Guid, _
    projguid As Guid, _
    delta As ProjectDataSet _
)
'Utilisation
Dim instance As Statusing
Dim jobUid As Guid
Dim projguid As Guid
Dim delta As ProjectDataSet

instance.QueueLockDownTasks(jobUid, projguid, _
    delta)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/QueueLockDownTasks", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueLockDownTasks(
    Guid jobUid,
    Guid projguid,
    ProjectDataSet delta
)

Paramètres

  • jobUid
    Type : System.Guid

    ID unique de la tâche de file d'attente.

Remarques

QueueLockDownTasks est une méthode asynchrone qui utilise le Service de mise en attente de Project Server.

Autorisations Project Server

Autorisation

Description

CloseTasksToUpdates

Permet à l'utilisateur de placer un blocage sur les tâches afin qu'ils ne peuvent pas être mis à jour. Autorisation globale.

Voir aussi

Référence

Statusing classe

Statusing - Membres

WebSvcStatusing - Espace de noms