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

Remarks

QueueLockDownTasks is an asynchronous method that uses the Project Server Queuing Service.

Project Server Permissions

Permission

Description

CloseTasksToUpdates

Allows the user to place a hold on tasks so they cannot be updated. Global permission.

See Also

Reference

Statusing Class

Statusing Members

Statusing Web Service