Edit

Share via


Statusing.QueueLockDownTasks(Guid, Guid, ProjectDataSet) Method

Definition

Locks or unlocks the specified tasks in the ProjectDataSet parameter, for the specified project.

public:
 void QueueLockDownTasks(Guid jobUid, Guid projguid, WebSvcStatusing::ProjectDataSet ^ delta);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Statusing/QueueLockDownTasks", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Statusing/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public void QueueLockDownTasks(Guid jobUid, Guid projguid, WebSvcStatusing.ProjectDataSet delta);
member this.QueueLockDownTasks : Guid * Guid * WebSvcStatusing.ProjectDataSet -> unit
Public Sub QueueLockDownTasks (jobUid As Guid, projguid As Guid, delta As ProjectDataSet)

Parameters

jobUid
Guid

Unique ID of the queue job.

projguid
Guid

Unique ID of the project.

delta
ProjectDataSet

A ProjectDataSet object with the tasks to lock down.

Attributes

Remarks

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

Project Server Permissions

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

Applies to