Statusing.QueueLockDownTasks-Methode
Sperrt oder entsperrt die angegebenen Vorgänge in den ProjectDataSet -Parameter für das angegebene Projekt.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<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 _
)
'Usage
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
)
Parameter
jobUid
Typ: System.GuidEindeutige ID des Warteschlangenauftrags.
projguid
Typ: System.GuidEindeutige ID des Projekts.
delta
Typ: WebSvcStatusing.ProjectDataSetEin ProjectDataSet -Objekt mit den Aufgaben zum Sperren.
Hinweise
QueueLockDownTasks ist eine asynchrone Methode, die die Project Server-Warteschlangendienst verwendet.
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht es dem Benutzer zu einen Haltestatus auf Aufgaben platzieren, damit sie nicht aktualisiert werden können. Die globale Berechtigung. |