次の方法で共有


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

    キュー ジョブの一意の ID。

  • projguid
    型: System.Guid

    プロジェクトの一意の ID。

注釈

QueueLockDownTasksは、Project Server キュー サービスが使用する非同期メソッドです。

プロジェクト サーバーのアクセス許可

権限

説明

CloseTasksToUpdates

更新できないため、タスクに保留を配置することができます。グローバル アクセス権。

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間