WebSvcQueueSystem 名前空間
The QueueSystem class is the primary class in the WebSvcQueueSystem namespace. The QueueSystem class includes methods that manage jobs submitted to the Project Server Queuing Service.
注意
In the ASMX web service, QueueSystem is a class. In the WCF service, QueueSystem is an interface that is implemented in the QueueSystemClient class. For information about using the QueueSystemClient class in a WCF-based application, see the QueueSystem class constructor.
The WebSvcQueueSystem namespace is an arbitrary name for a reference to the QueueSystem.asmx web service (or the QueueSystem.svc service) of the Project Server Interface (PSI). Methods in the QueueSystem class can get job count, job and job group wait time, and status of all jobs, specified jobs, and jobs owned by the caller, or jobs for specified projects. Methods can cancel or retry a queue job, manage job correlation, and configure the queue.
QueueSystem methods typically use or return a QueueStatusDataSet or QueueStatusRequestDataSet object.
クラス
クラス | 説明 | |
---|---|---|
QueueStatusDataSet | キューの状態の要求の結果が含まれています。 | |
QueueStatusDataSet.StatusDataTable | QueueStatusDataSet.StatusRow の特定のオブジェクトのキュー ジョブ ステータスの値が含まれています。 | |
QueueStatusDataSet.StatusRow | QueueStatusDataSetオブジェクト内の 1 つのキュー ジョブの状態を表します。 | |
QueueStatusDataSet.StatusRowChangeEvent | StatusRow内のデータが変更されたときに発生するイベントです。 | |
QueueStatusRequestDataSet | ReadJobStatus メソッドでは、 DataSet 、 qsrDSパラメーターを指定します。 | |
QueueStatusRequestDataSet.StatusRequestDataTable | QueueStatusRequestDataSet.StatusRequestRow の特定のオブジェクトのステータス要求値が含まれています。 | |
QueueStatusRequestDataSet.StatusRequestRow | 特定の状態要求を表す、 QueueStatusRequestDataSetオブジェクト。 | |
QueueStatusRequestDataSet.StatusRequestRowChangeEvent | StatusRequestRow内のデータが変更されたときに発生するイベントです。 | |
QueueSystem | クエリを実行し、Project server キュー サービスを管理するためのメソッドが含まれます。 |
デリゲート
デリゲート | 説明 | |
---|---|---|
QueueStatusDataSet.StatusRowChangeEventHandler | 指定したデータを編集したときのイベント ハンドラーの設定を説明します。 | |
QueueStatusRequestDataSet.StatusRequestRowChangeEventHandler | 指定したデータを編集したときのイベント ハンドラーの設定を説明します。 |
列挙体
列挙体 | 説明 | |
---|---|---|
JobState | キュー ジョブの状態を指定します。 | |
QueueID | キュー ID の種類を指定します。 | |
QueueMsgType | システム メッセージのキューの種類を指定します。 | |
SortColumn | WebSvcQueueSystem.QueueStatusDataSet.StatusDataTable オブジェクトの並べ替えに使用する列を指定します。 | |
SortOrder | キュー アイテムの並べ替え方法を指定します。 |