QueueSystem.RetryCorrelation メソッド
相関ジョブを Project Server キュー サービス内の再処理の準備の失敗を設定します。
名前空間: WebSvcQueueSystem
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/RetryCorrelation", 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 RetryCorrelation ( _
correlationGUID As Guid _
)
'使用
Dim instance As QueueSystem
Dim correlationGUID As Guid
instance.RetryCorrelation(correlationGUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/QueueSystem/RetryCorrelation", 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 RetryCorrelation(
Guid correlationGUID
)
パラメーター
correlationGUID
型: System.Guid相関関係の GUID を指定します。
注釈
Project Server は、相関ジョブの状態は、 FailedまたはCorrelationBlockedの場合にのみRetryCorrelationを使用できます。場合は、ジョブの状態は、他の値は、 RetryCorrelation SOAP 例外を生成します。
RetryCorrelationReadyForProcessingへの相互関係のブロックされているジョブのFailed状態を設定し、 CorrelationBlockedからReadyForProcessingに相関関係の他のブロックされたすべてのジョブの状態を設定します。
[Project Server の管理者、キュー ジョブの管理] ページを使用でProject Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/queue.aspx) を表示し、再試行ジョブの相互関係がブロックされます。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
Project Server のキューを管理することができます。グローバル アクセス権。 |