Admin.QueueApplyResourceCapacityTimeRange メソッド
プロジェクトをレポート データベースには、リソース容量時間範囲を適用するキューにメッセージを配置します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/QueueApplyResourceCapacityTimeRange", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueApplyResourceCapacityTimeRange ( _
jobUid As Guid, _
forceFullSync As Boolean _
)
'使用
Dim instance As Admin
Dim jobUid As Guid
Dim forceFullSync As Boolean
instance.QueueApplyResourceCapacityTimeRange(jobUid, _
forceFullSync)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/QueueApplyResourceCapacityTimeRange", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueApplyResourceCapacityTimeRange(
Guid jobUid,
bool forceFullSync
)
パラメーター
jobUid
型: System.Guidキュー ジョブの GUID の id。
forceFullSync
型: System.Booleantrue、強制的に、レポート データベースの完全同期の場合。
注釈
SharePoint timer サービスQueueApplyResourceCapacityTimeRange毎晩リソース容量のデータを維持するために呼び出します。Project Web Appサイトの管理者は、他のサーバー設定] ページ (https://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx) リソース容量の更新と月に戻るの時間と月先行時間の範囲の容量のデータを設定できます。
注意
QueueApplyResourceCapacityTimeRange後、 forceFullSyncパラメーターをtrueに設定と容量ウィンドウの重要な拡張子は、ピーク時間帯で呼び出さないでください。すべての基本カレンダーとリソース カレンダーの読み込みおよび容量を計算するプロセスは、大量のメモリ消費と CPU 集中型です。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
Project Server の構成情報を管理することができます。グローバル アクセス権。 |