Statusing.QueueLockDownTasks Method
Locks or unlocks the specified tasks in the ProjectDataSet parameter, for the specified project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
)
Parameters
- jobUid
Type: System.Guid
Unique ID of the queue job.
- projguid
Type: System.Guid
Unique ID of the project.
- delta
Type: [Statusing Web service].ProjectDataSet
A ProjectDataSet object with the tasks to lock down.
Remarks
QueueLockDownTasks is an asynchronous method that uses the Project Server Queuing Service.
Project Server Permissions
Permission |
Description |
---|---|
Allows the user to place a hold on tasks so they cannot be updated. Global permission. |