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。
delta
型: WebSvcStatusing.ProjectDataSetタスクをロックすると、 ProjectDataSetオブジェクト。
注釈
QueueLockDownTasksは、Project Server キュー サービスが使用する非同期メソッドです。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
更新できないため、タスクに保留を配置することができます。グローバル アクセス権。 |