Statusing.QueueLockDownTasks 方法
會鎖定或解除鎖定ProjectDataSet參數,指定專案中指定的工作。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<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 _
)
'用途
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
)
參數
jobUid
類型:System.Guid佇列工作的唯一識別碼。
projguid
類型:System.Guid專案的唯一識別碼。
delta
類型:WebSvcStatusing.ProjectDataSet鎖定工作ProjectDataSet物件。
備註
QueueLockDownTasks是使用 Project Server 佇列服務非同步方法。
Project Server 權限
權限 |
描述 |
---|---|
允許使用者保留置於工作,所以無法更新。通用權限。 |