次の方法で共有


QueueSystem.UnblockCorrelation メソッド

Project Server キュー サービス内のジョブの相互関係のブロックを解除します。

名前空間:  WebSvcQueueSystem
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/UnblockCorrelation", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub UnblockCorrelation ( _
    correlationGUID As Guid _
)
'使用
Dim instance As QueueSystem
Dim correlationGUID As Guid

instance.UnblockCorrelation(correlationGUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/UnblockCorrelation", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void UnblockCorrelation(
    Guid correlationGUID
)

パラメーター

  • correlationGUID
    型: System.Guid

    相関関係の GUID を指定します。

注釈

UnblockCorrelationは、ジョブの状態がCorrelationBlockedでない場合は、SOAP 例外を生成します。

UnblockCorrelationFailedNotBlockingをブロックされているジョブの状態を設定し、 CorrelationBlockedからReadyForProcessingに相関関係で、他のブロックされたジョブを設定します。

注意

Project Server キュー サービスは、データの破損を防ぐには、相互関係がブロックされます。任意のブロックを解除相関できます結果望ましくないです。UnblockCorrelationは、ブロックされているジョブの背後にある残りのジョブ悪影響せずに進むことができます確信している場合にのみ使用します。

Project Server の管理者を表示し、関連付けられたジョブのブロックを解除するProject Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/queue.aspx) で、[キュー ジョブの管理] ページを使用できます。

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

権限

説明

ManageQueue

Project Server のキューを管理することができます。グローバル アクセス権。

関連項目

参照先

QueueSystem クラス

QueueSystem メンバー

WebSvcQueueSystem 名前空間